aboutsummaryrefslogtreecommitdiff
path: root/share/sgml
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1997-02-06 21:10:52 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1997-02-06 21:10:52 +0000
commitd82b42f6e3856f3fced722c987ae4b6f087d5261 (patch)
tree60de9ad2e298eb815aeac44ffde2d653f962972d /share/sgml
parentc0839d16f8d4ccdad8f8c663cd571285ba13ce40 (diff)
downloadsrc-d82b42f6e3856f3fced722c987ae4b6f087d5261.tar.gz
src-d82b42f6e3856f3fced722c987ae4b6f087d5261.zip
The afterdistribute target is a nop in this setting, remove.
Notes
Notes: svn path=/head/; revision=22352
Diffstat (limited to 'share/sgml')
-rw-r--r--share/sgml/FreeBSD/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/sgml/FreeBSD/Makefile b/share/sgml/FreeBSD/Makefile
index a4db57647b95..b2ec5f6d5a49 100644
--- a/share/sgml/FreeBSD/Makefile
+++ b/share/sgml/FreeBSD/Makefile
@@ -9,8 +9,4 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/${.CURDIR:T}
-afterdistribute:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
-
.include <bsd.prog.mk>