diff options
author | asami <asami@FreeBSD.org> | 1995-04-22 20:30:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-22 20:30:11 +0800 |
commit | 4ecd7b81ac37c7f65e2fcfe96de993f65aa51d10 (patch) | |
tree | c24f11355e8f097cb8f52a4cb0b28f456bb8a523 /net | |
parent | 27b3db7154868486cdd88df4d555730886085921 (diff) | |
download | freebsd-ports-gnome-4ecd7b81ac37c7f65e2fcfe96de993f65aa51d10.tar.gz freebsd-ports-gnome-4ecd7b81ac37c7f65e2fcfe96de993f65aa51d10.tar.zst freebsd-ports-gnome-4ecd7b81ac37c7f65e2fcfe96de993f65aa51d10.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> |