diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:12:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:12:45 +0000 |
commit | 000e8742eb4a8fee1903508da03e4e7880fcdc08 (patch) | |
tree | 20a1985e26e899133ea1c7df588ff44e521ee923 /net | |
parent | 9ae9a60331d5c6e7f2e6c58d2dd0dd35030f2866 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
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` \ |