diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 17:10:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 17:10:36 +0800 |
commit | ff76881943346705e0cb66b51f3dd8b9893c304d (patch) | |
tree | a66e68c6fafd24c0e9f1fa5b6ce0b81cea1677ae /net | |
parent | 86ed0f357eeb50b365a1191ae658b2031ee6aa94 (diff) | |
download | freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.gz freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.tar.zst freebsd-ports-gnome-ff76881943346705e0cb66b51f3dd8b9893c304d.zip |
Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 97b083fa6e53..4ddc1b7d0c02 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -68,6 +68,5 @@ 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> |