diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/hermes | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/hermes')
-rw-r--r-- | graphics/hermes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index b9a1a6e1954..a57bfcdd815 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2003/11/06 19:29:06 gavan Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:18:16 agc Exp $ DISTNAME= Hermes-1.3.3 -WRKSRC= ${WRKDIR}/Hermes-1.3.3 CATEGORIES= graphics MASTER_SITES= http://www.clanlib.org/download/files/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ COMMENT= Library for conversion of pixel graphics +WRKSRC= ${WRKDIR}/Hermes-1.3.3 USE_BUILDLINK2= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |