diff options
Diffstat (limited to 'net/dgd-net/Makefile')
-rw-r--r-- | net/dgd-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index e5dbe0f..0e51be0 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> |