summaryrefslogtreecommitdiff
path: root/net/dgd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd/Makefile')
-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>