diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 7acef1cd7a4173168980125b140340c62b38c8d6 (patch) | |
tree | 8e913f3c1574a206914a5852d584d77c40e8b447 /net/dgd-lpmud | |
parent | 99ebbc27f8ee31dc95b87b630c22c993a1639de8 (diff) | |
download | ports-7acef1cd7a4173168980125b140340c62b38c8d6.tar.gz ports-7acef1cd7a4173168980125b140340c62b38c8d6.zip |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Notes
Notes:
svn path=/head/; revision=33576
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r-- | net/dgd-lpmud/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index d79f6e964387..009da8c5dd5e 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -22,15 +22,15 @@ RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/mud -PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ +PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${PLIST} \ -p ${PREFIX}/dgd -# -r ${PKGDIR}/REQ +# -r ${PKGREQ} do-build: @cd ${WRKDIR}/mud/bin; make do-install: - @tar -C ${WRKSRC} -cf - `${GREP} '^[a-z]' ${PKGDIR}/PLIST` \ + @tar -C ${WRKSRC} -cf - `${GREP} '^[a-z]' ${PLIST}` \ | tar -C ${PREFIX}/dgd -xpf - .include <bsd.port.mk> |