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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/openptc | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/openptc')
-rw-r--r-- | graphics/openptc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile index b5e224120c4..3a97e852429 100644 --- a/graphics/openptc/Makefile +++ b/graphics/openptc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/03/29 12:41:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:18:16 agc Exp $ DISTNAME= OpenPTC-x11-1.0.0-2 PKGNAME= OpenPTC-X11-1.0.02 -WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0 CATEGORIES= graphics MASTER_SITES= # only on NetBSD mirrors anymore @@ -10,6 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.gaffer.org/ptc/ COMMENT= Prometheus Truecolour for X11 +WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0 GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_GMAKE= yes |