From 95b3e3e2360a18f5efbc61ef85a063b7481be09f Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 29 Mar 2003 12:40:00 +0000 Subject: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. --- graphics/giftrans/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics/giftrans') diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index 9f95060599a..02c260e8ba9 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/03/08 10:20:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:16 jmmv Exp $ # DISTNAME= sgif1122 PKGNAME= giftrans-1.12.2 +WRKSRC= ${WRKDIR}/usr/src/${PKGNAME} CATEGORIES= graphics MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/Linux/woven/html/ EXTRACT_SUFX= .tgz @@ -11,8 +12,6 @@ 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} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1 -- cgit v1.2.3