summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-08-30 17:25:25 +0000
committerAdam David <adam@FreeBSD.org>1994-08-30 17:25:25 +0000
commit576e23526d81c748c785f2a5109a69cc8ee7fd09 (patch)
treeb03803d6e5256f735b93e301effbfb88f97f1d6a /net/dgd
parentadded hook for post-build script (diff)
added final install target
Reviewed by:
Notes
Notes: svn path=/head/; revision=48
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 03a9f6b6cd5a..65618cedde54 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -43,4 +43,9 @@ bundle: extract
tar -C ${WRKDIR} -cf - dgd | gzip -9 \
>${DISTDIR}/${DISTNAME}.${PATCHLEVEL}${EXTRACT_SUFX}
+install: all
+ @chown -R mud.mud ${WRKDIR}/dgd
+ @tar -C ${WRKDIR} -cf - `grep '^dgd/' pkg/PLIST` \
+ | tar -C /usr/local -xpf -
+
.include <bsd.port.mk>