summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-06-16 11:50:54 +0000
committerAdam David <adam@FreeBSD.org>1996-06-16 11:50:54 +0000
commitaf8aadd67891452883c4398e6ddbe2f4d735216b (patch)
tree716e9e3d80acb5d559a8ab97f178527e84185d21 /net/dgd
parentWhoops! My `cvscommit' function doesn't take arguments, so this got (diff)
minor cosmetics
Notes
Notes: svn path=/head/; revision=3231
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 5d3854f388ce..ad3766fd3502 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 August 1994
# Whom: adam
#
-# $Id: Makefile,v 1.42 1996/05/26 17:17:26 adam Exp $
+# $Id: Makefile,v 1.43 1996/06/10 01:13:44 adam Exp $
#
DISTNAME= dgd-1.0.56
@@ -50,7 +50,7 @@ post-build:
do-install:
@-mv ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old
- @tar -C ${WRKDIR} -cf - `grep '^dgd/' pkg/PLIST` \
+ @tar -C ${WRKDIR} -cf - `grep '^dgd/' {PKGDIR}/PLIST` \
| tar -C ${PREFIX} -xpf -
.if !defined(DO_PACKAGE)