summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:30:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-22 12:30:11 +0000
commitddc3f538a6b40de3bf6f9ff2da8418926ae06b5f (patch)
treea0b98d5e440da326bdaced801a13e2e1ab92d470 /net/dgd
parentSimplify the pre-install rule. This is handled by the mtree stuff now. (diff)
Update for new bsd.port.mk (target renaming).
Notes
Notes: svn path=/head/; revision=1489
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 9c3c415de607..97b083fa6e53 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -48,7 +48,7 @@ pre-fetch:
# Need to determine whether all author-supplied patches are correctly applied
### not yet implemented
-pre-patch: extract ${_PATCH_COOKIE}
+pre-patch: ${_PATCH_COOKIE}
@find -X ${WRKDIR}/dgd -name '*.orig' -print | xargs rm -f
${PATCHLIST}:
@@ -64,9 +64,10 @@ ${_PATCH_COOKIE}: ${PATCHLIST}
fi
@touch -f ${_PATCH_COOKIE};
-install: build
+do-install:
@chown -R mud.mud ${WRKDIR}/dgd
@tar -C ${WRKDIR} -cf - `grep '^dgd/' pkg/PLIST` \
| tar -C /usr/local -xpf -
+ @${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>