summaryrefslogtreecommitdiff
path: root/textproc/subtitleripper
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 /textproc/subtitleripper
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/subtitleripper')
-rw-r--r--textproc/subtitleripper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/subtitleripper/Makefile b/textproc/subtitleripper/Makefile
index 1b4d3eaff24..29aae261a42 100644
--- a/textproc/subtitleripper/Makefile
+++ b/textproc/subtitleripper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:54 reed Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:26:50 agc Exp $
#
DISTNAME= subtitleripper-0.3-1
@@ -6,7 +6,6 @@ PKGREVISION= 1
CATEGORIES= textproc graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/}
EXTRACT_SUFX= .tgz
-WRKSRC= ${WRKDIR}/subtitleripper
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/subtitleripper/
@@ -14,6 +13,7 @@ COMMENT= Sub title ripping program
DEPENDS+= gocr-[0-9]*:../../textproc/gocr
+WRKSRC= ${WRKDIR}/subtitleripper
USE_BUILDLINK2= yes
USE_GMAKE= yes