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/hermes/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/hermes/Makefile')
-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 |