diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-31 21:39:43 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-31 21:39:43 +0000 |
commit | b3f116f7e52547a1d64c898b90cd1cb2f6f497f7 (patch) | |
tree | 948f3216cef3b2e466f94cfa780344bb40b78f47 /share | |
parent | 1c5a55df55085068c8be46321f31fe0d2366e72d (diff) | |
download | FreeBSD-src-b3f116f7e52547a1d64c898b90cd1cb2f6f497f7.zip FreeBSD-src-b3f116f7e52547a1d64c898b90cd1cb2f6f497f7.tar.gz |
Use the afterdistribute target rather than the distribute target.
Submitted-By: jfieber
Diffstat (limited to 'share')
-rw-r--r-- | share/sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/sgml/Makefile b/share/sgml/Makefile index ca19ffc..ba09e22 100644 --- a/share/sgml/Makefile +++ b/share/sgml/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $ +# $Id: Makefile,v 1.5 1996/11/15 07:39:42 jkh Exp $ SUBDIR= FreeBSD ISO transpec FILES= CATALOG @@ -11,7 +11,7 @@ afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/${.CURDIR:T} -distribute: +afterdistribute: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T} |