diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 12:30:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 12:30:11 +0000 |
commit | ddc3f538a6b40de3bf6f9ff2da8418926ae06b5f (patch) | |
tree | a0b98d5e440da326bdaced801a13e2e1ab92d470 /net | |
parent | 1fa46ef2e234b394fcf4d6df5942b6323352c603 (diff) | |
download | freebsd-ports-ddc3f538a6b40de3bf6f9ff2da8418926ae06b5f.zip |
Update for new bsd.port.mk (target renaming).
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 5 |
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> |