diff options
author | Adam David <adam@FreeBSD.org> | 1996-06-17 14:06:32 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-06-17 14:06:32 +0000 |
commit | 4144bda9bef6b91d8b224aa9a5e52f10cefc48a6 (patch) | |
tree | 017b403a4eea29a1aea501d896f9d72c6e191041 /net/dgd-lpmud | |
parent | Master site change (ftp.neosoft.com -> mirror.neosoft.com). (diff) |
minor cosmetics
Notes
Notes:
svn path=/head/; revision=3242
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r-- | net/dgd-lpmud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 048ebc81789d..6b5076ded954 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,7 +3,7 @@ # Date created: 10 November 1994 # Whom: adam # -# $Id: Makefile,v 1.9 1996/03/19 14:45:55 adam Exp $ +# $Id: Makefile,v 1.10 1996/06/16 15:42:43 adam Exp $ # DISTNAME= dgd-lpmud @@ -26,7 +26,7 @@ do-build: @cd ${WRKDIR}/bin; make do-install: - @tar -C ${WRKDIR} -cf - `grep '^[a-z]' pkg/PLIST` \ + @tar -C ${WRKDIR} -cf - `grep '^[a-z]' ${PKGDIR}/PLIST` \ | tar -C ${PREFIX}/dgd -xpf - .include <bsd.port.mk> |