diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/giftrans/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/giftrans/Makefile')
-rw-r--r-- | graphics/giftrans/Makefile | 5 |
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 |