summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-08-14 17:28:36 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-08-14 17:28:36 +0000
commitef722765a5349d6bf9f6cb520827659c60e0cc60 (patch)
tree5f68752be55cb9b4a45ac884592c93aa605b981e /net
parent. Use our own fixed width types (from <sys/types.h>) instead of assuming (diff)
. Remove cruft.
. Simplify build (just redefine ALL_TARGET) . tar -> ${TAR}
Notes
Notes: svn path=/head/; revision=86947
Diffstat (limited to 'net')
-rw-r--r--net/dgd/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 302c7233e8bf..9d0779d9c8c7 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -20,19 +20,10 @@ RESTRICTED= "license required for commercial use"
DIST_SUBDIR= dgd
WRKSRC= ${WRKDIR}/dgd/src
-.if defined(PATCH_DEBUG)
-PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
-.else
-PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
-.endif
-
-post-build:
- @cd ${WRKSRC}; ${MAKE} install
- @${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/*
+ALL_TARGET= install
do-install:
- @-${MV} ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old
- @tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
- | tar -C ${PREFIX} -xpf -
+ @${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
+ | ${TAR} -C ${PREFIX} -xpf -
.include <bsd.port.mk>