summaryrefslogtreecommitdiffstats
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 10:23:48 +0000
committerasami <asami@FreeBSD.org>2000-10-08 10:23:48 +0000
commit380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch)
treed8d06834191fc67caaf8749fb3c9963013b7d611 /net/dgd-lpmud
parentd742677c18dda5fd6194bb940adb18babef26617 (diff)
downloadFreeBSD-ports-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.zip
FreeBSD-ports-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.gz
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.
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r--net/dgd-lpmud/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index d79f6e9..009da8c 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>
OpenPOWER on IntegriCloud