From 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:28:26 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- x11/xpns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/xpns') diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 4cb7b623336..2c1e91d613b 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/03/29 12:43:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:28:29 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp # DISTNAME= pns_source PKGNAME= xpns-1.0 -WRKSRC= ${WRKDIR} CATEGORIES= x11 cad MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/petri-nets/ EXTRACT_SUFX= .tar.Z @@ -13,6 +12,7 @@ MAINTAINER= pgiffuni@fps.biblos.unal.edu.co HOMEPAGE= http://www.informatik.uni-stuttgart.de/ipvr/bv/pns/pns.html COMMENT= Petri-Net Simulator for Xwindows +WRKSRC= ${WRKDIR} USE_X11BASE= yes MAKEFILE= makefile ALL_TARGET= pns -- cgit v1.2.3