Use the afterdistribute target rather than the distribute target.

Submitted-By: jfieber
This commit is contained in:
Jordan K. Hubbard 1996-12-31 21:39:43 +00:00
parent 6014f31fca
commit 58674702e4
1 changed files with 2 additions and 2 deletions

View File

@ -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}