diff options
author | adam <adam@FreeBSD.org> | 1995-05-14 21:57:57 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-05-14 21:57:57 +0800 |
commit | 4004e52f74c80168e9457d4c9ab3547cd6c5e2e7 (patch) | |
tree | 803a4366101b9a1936a1f1f472cfc02cb60a9c43 /net | |
parent | 100a40ae471312c7fe7ed917196bbc7119dfcfdf (diff) | |
download | freebsd-ports-gnome-4004e52f74c80168e9457d4c9ab3547cd6c5e2e7.tar.gz freebsd-ports-gnome-4004e52f74c80168e9457d4c9ab3547cd6c5e2e7.tar.zst freebsd-ports-gnome-4004e52f74c80168e9457d4c9ab3547cd6c5e2e7.zip |
Oops, move generation of temp PLIST into post-build: target
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 2 |
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 |