diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-07 06:36:35 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-07 06:36:35 +0000 |
commit | a450888e37660534c28bcf9835d07fc572093770 (patch) | |
tree | 4aa62942ffc0901a3d95af4bcc87cf033f01a8b8 /x11/xpns | |
parent | 2002d908a26d86a957082ddd1ea2ca4635e001d9 (diff) | |
download | pkgsrc-a450888e37660534c28bcf9835d07fc572093770.tar.gz |
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'x11/xpns')
-rw-r--r-- | x11/xpns/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 1ebe81eb8d5..660f1cdc528 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2009/07/07 16:51:09 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2012/02/07 06:42:56 sbd Exp $ DISTNAME= pns_source PKGNAME= xpns-1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 cad MASTER_SITES= http://robotics.ee.uwa.edu.au/pns/ftp/ EXTRACT_SUFX= .tar.Z @@ -18,6 +18,9 @@ USE_X11BASE= yes MAKE_FILE= makefile BUILD_TARGET= pns +USE_TOOLS+= csh:run +REPLACE_CSH= xpns + INSTALLATION_DIRS= bin lib/xpns share/doc/xpns do-install: |