summaryrefslogtreecommitdiff
path: root/textproc/subtitleripper
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/subtitleripper
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.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