summaryrefslogtreecommitdiff
path: root/net/dgd/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-03-27 13:24:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-03-27 13:24:18 +0000
commitb1606b6d57ed0f3fbb7cf419873ba26a040617e8 (patch)
tree35ce6a6653c3e33c2ab5846b94c0f17bb914f988 /net/dgd/Makefile
parentAdded more standard package suport file names. INSTALL for the (diff)
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need to redefine PKG_ARGS in Makefile.
Notes
Notes: svn path=/head/; revision=1208
Diffstat (limited to '')
-rw-r--r--net/dgd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index cfa7da84a57d..116b52736837 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -18,8 +18,6 @@ _PATCH_COOKIE= ${.CURDIR}/work/._patch_done
PATCHLIST= ${.CURDIR}/work/.patchlist
PATCHLEVEL= `tail -1 ${PATCHLIST} | sed 's/^.*\.\(.*\)\.gz$$/\1/'`
WRKSRC= ${WRKDIR}/dgd/src
-PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \
- -r ${PKGDIR}/REQ
pre-fetch:
@if [ ! -d ${DISTDIR}/${DISTNAME} ]; then mkdir -p ${DISTDIR}/${DISTNAME}; fi