aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-05-14 13:57:57 +0000
committerAdam David <adam@FreeBSD.org>1995-05-14 13:57:57 +0000
commit4f9af9d0ce0c1b86d9abebe52a4c28c984c22a14 (patch)
tree4feb2ba66d833af3b42c0509a3792df32bada81a
parent1ee3007e14eb7d528920bcc7f8b806246d528973 (diff)
downloadports-4f9af9d0ce0c1b86d9abebe52a4c28c984c22a14.tar.gz
ports-4f9af9d0ce0c1b86d9abebe52a4c28c984c22a14.zip
Oops, move generation of temp PLIST into post-build: target
Notes
Notes: svn path=/head/; revision=1751
-rw-r--r--net/dgd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 5f72e81ab4c9..4727d4e2a47a 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -37,6 +37,7 @@ post-patch:
post-build:
@cd ${WRKSRC}; ${MAKE} install
+ @sed '/^@srcdir/s|\.|${WRKDIR}/\.|' <${PKGDIR}/PLIST >${WRKDIR}/PLIST
do-install:
@chown -R ${DGD_USER}.${DGD_GROUP} ${WRKDIR}/dgd
@@ -45,7 +46,6 @@ do-install:
.if !defined(DO_PACKAGE)
package:
- @sed '/^@srcdir/s|\.|${WRKDIR}/\.|' <${PKGDIR}/PLIST >${WRKDIR}/PLIST
# @${MAKE} ${.MAKEFLAGS} 'PKG_CMD= cd ${WRKDIR}; ${PKG_CMD}' \
@${MAKE} ${.MAKEFLAGS} 'PKG_ARGS= ${PKG_ARGS} -f ${WRKDIR}/PLIST' \
NO_INSTALL= DO_PACKAGE= package