diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 9cfb253024f3357da012dccd3507016d3dbd7909 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xpns | |
parent | 61769bf56e2f71617516434864edec5b0165f3d4 (diff) | |
download | pkgsrc-9cfb253024f3357da012dccd3507016d3dbd7909.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xpns')
-rw-r--r-- | x11/xpns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |