From 4f9af9d0ce0c1b86d9abebe52a4c28c984c22a14 Mon Sep 17 00:00:00 2001 From: Adam David Date: Sun, 14 May 1995 13:57:57 +0000 Subject: Oops, move generation of temp PLIST into post-build: target --- net/dgd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3