summaryrefslogtreecommitdiff
path: root/net/dgd-net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd-net/Makefile')
-rw-r--r--net/dgd-net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile
index e5dbe0fcf095..0e51be00a1ef 100644
--- a/net/dgd-net/Makefile
+++ b/net/dgd-net/Makefile
@@ -53,7 +53,7 @@ post-build:
do-install:
@-${MV} ${PREFIX}/dgd/bin/driver.net ${PREFIX}/dgd/bin/driver.net.old
- @tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PKGDIR}/PLIST` \
+ @tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
| tar -C ${PREFIX} -xpf -
.include <bsd.port.mk>