aboutsummaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1997-01-16 11:46:58 +0000
committerAdam David <adam@FreeBSD.org>1997-01-16 11:46:58 +0000
commit6e6624a5faa1f4988b590f702370e769136d9b0d (patch)
tree18bcf7484f3849fa59ee3bc5c49c73225755ff6d /net/dgd-lpmud
parentd6f5647a9179a39d14837ebd0d6029867d8ae3ab (diff)
downloadports-6e6624a5faa1f4988b590f702370e769136d9b0d.tar.gz
ports-6e6624a5faa1f4988b590f702370e769136d9b0d.zip
WRKDIR != WRKSRC
Notes
Notes: svn path=/head/; revision=5368
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r--net/dgd-lpmud/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index cef6d8d5c6be..d3075d10ecef 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.18 1997/01/08 08:09:56 adam Exp $
+# $Id: Makefile,v 1.19 1997/01/08 11:41:53 adam Exp $
#
DISTNAME= dgd-lpmud
@@ -30,7 +30,7 @@ do-build:
@cd ${WRKDIR}/mud/bin; make
do-install:
- @tar -C ${WRKDIR} -cf - `grep '^[a-z]' ${PKGDIR}/PLIST` \
+ @tar -C ${WRKSRC} -cf - `grep '^[a-z]' ${PKGDIR}/PLIST` \
| tar -C ${PREFIX}/dgd -xpf -
.include <bsd.port.mk>