summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:10:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:10:36 +0000
commit069e6920d085179b12d74355adef0df7a9051701 (patch)
treec4953660980d7d4e0e1cce61400fbf99099778f4 /net/dgd
parentMove call of fake-pkg from do-install to end of install. (diff)
Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
Notes
Notes: svn path=/head/; revision=1514
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile1
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>