summaryrefslogtreecommitdiff
path: root/misc/parchive
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/parchive
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/parchive')
-rw-r--r--misc/parchive/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/parchive/Makefile b/misc/parchive/Makefile
index d94e6897122..bbf207075b0 100644
--- a/misc/parchive/Makefile
+++ b/misc/parchive/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/09/19 23:08:25 dent Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:21:02 agc Exp $
#
DISTNAME= par-v1.1
PKGNAME= parchive-1.1
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/par-cmdline
CATEGORIES= misc archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=parchive/}
@@ -12,6 +11,8 @@ MAINTAINER= fredb@NetBSD.org
HOMEPAGE= http://parchive.sourceforge.net/
COMMENT= Create or use "Parity Volume Set" (PAR and Pnn) files
+WRKSRC= ${WRKDIR}/par-cmdline
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin/parchive