From 000e8742eb4a8fee1903508da03e4e7880fcdc08 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 14 Sep 1994 14:12:45 +0000 Subject: 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. --- net/dgd/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'net/dgd/Makefile') diff --git a/net/dgd/Makefile b/net/dgd/Makefile index c504616c5ca8..6f35aad078aa 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` \ -- cgit v1.2.3