From 380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 8 Oct 2000 10:23:48 +0000 Subject: 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. --- net/dgd-lpmud/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/dgd-lpmud/Makefile') 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 -- cgit