summaryrefslogtreecommitdiff
path: root/graphics/giftrans
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 /graphics/giftrans
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/giftrans')
-rw-r--r--graphics/giftrans/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile
index 19826972a35..275c64fce67 100644
--- a/graphics/giftrans/Makefile
+++ b/graphics/giftrans/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:40:50 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:16 agc Exp $
#
DISTNAME= sgif1122
PKGNAME= giftrans-1.12.2
-WRKSRC= ${WRKDIR}/usr/src/${PKGNAME_NOREV}
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/Linux/woven/html/
EXTRACT_SUFX= .tgz
@@ -12,6 +11,8 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://ion.le.ac.uk/~mar5/giftrans.html
COMMENT= Manipulate GIF89a images' transparency, comment and other data
+WRKSRC= ${WRKDIR}/usr/src/${PKGNAME_NOREV}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1