diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/gtk-systrace | |
parent | 06f56759ab83097f935dffe578fb2580c3043d6b (diff) | |
download | pkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/gtk-systrace')
-rw-r--r-- | security/gtk-systrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gtk-systrace/Makefile b/security/gtk-systrace/Makefile index a086e6883ee..f38bcdabfe4 100644 --- a/security/gtk-systrace/Makefile +++ b/security/gtk-systrace/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:52:55 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:25:33 agc Exp $ # DISTNAME= gtk-systrace-2002-12-01 PKGNAME= gtk-systrace-20021201 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/notification-0.1 CATEGORIES= security x11 MASTER_SITES= http://www.citi.umich.edu/u/provos/systrace/ @@ -14,6 +13,7 @@ COMMENT= GTK interface to systrace(1) ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-1.[7-9]*-* NetBSD-[2-9]* +WRKSRC= ${WRKDIR}/notification-0.1 GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES |