summaryrefslogtreecommitdiff
path: root/sysutils/pcvt-utils
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /sysutils/pcvt-utils
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/pcvt-utils')
-rw-r--r--sysutils/pcvt-utils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pcvt-utils/Makefile b/sysutils/pcvt-utils/Makefile
index 2be6736eaa4..657a994b777 100644
--- a/sysutils/pcvt-utils/Makefile
+++ b/sysutils/pcvt-utils/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:44 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:26:15 agc Exp $
#
DISTNAME= netbsd-pcvt-20000611
PKGNAME= pcvt-utils-20000611
-WRKSRC= ${WRKDIR}/pcvt/Util
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -13,6 +12,8 @@ COMMENT= Useful leftovers from pcvt: playvt and two font editors
ONLY_FOR_PLATFORM= NetBSD-*-*
+WRKSRC= ${WRKDIR}/pcvt/Util
+
do-install:
${INSTALL_PROGRAM} \
${WRKSRC}/demo/playvt \