summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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