summaryrefslogtreecommitdiff
path: root/net/dgd-lpmud/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd-lpmud/Makefile')
-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 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>