summaryrefslogtreecommitdiffstats
path: root/net/dgd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-14 14:12:45 +0000
committerjkh <jkh@FreeBSD.org>1994-09-14 14:12:45 +0000
commit38b1ec0868a2ba2238b1b06824072bca02343295 (patch)
treed1875bc219661fe058aeb88a0e9b2361f9e99456 /net/dgd
parent79287cf7107adfd41ad09a9da1aa005c2e1aa1ff (diff)
downloadFreeBSD-ports-38b1ec0868a2ba2238b1b06824072bca02343295.zip
FreeBSD-ports-38b1ec0868a2ba2238b1b06824072bca02343295.tar.gz
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index c504616..6f35aad 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -51,15 +51,6 @@ ${PATCH_COOKIE}: ${PATCHLIST}
fi
@touch -f ${PATCH_COOKIE}
-bundle: extract
- @echo "===> Bundling for ${DISTNAME}.${PATCHLEVEL}"
- @if [ -f ${CONFIGURE_COOKIE} ]; then \
- echo ">> WARNING: This source has been configured and may"; \
- echo ">> produce a tainted distfile!"; \
- fi
- 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` \
OpenPOWER on IntegriCloud