diff options
Diffstat (limited to 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 8 | ||||
-rw-r--r-- | devel/prcs/PLIST | 7 | ||||
-rw-r--r-- | devel/prcs/distinfo | 7 | ||||
-rw-r--r-- | devel/prcs/patches/patch-aa | 13 |
4 files changed, 13 insertions, 22 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 6fb67c9ddff..25721547b4e 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2004/06/12 09:10:08 grant Exp $ +# $NetBSD: Makefile,v 1.30 2004/06/25 16:43:54 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp # -DISTNAME= prcs-1.2.15 -PKGREVISION= 1 +DISTNAME= prcs-1.3.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prcs/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://prcs.sourceforge.net/ @@ -20,5 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs INFO_FILES= prcs.info USE_LANGUAGES= c c++ +CONFIGURE_ENV+= EMACS=no .include "../../mk/bsd.pkg.mk" diff --git a/devel/prcs/PLIST b/devel/prcs/PLIST index 57fb54c00a3..68519cb92e7 100644 --- a/devel/prcs/PLIST +++ b/devel/prcs/PLIST @@ -1,7 +1,12 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/16 16:39:02 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/06/25 16:43:54 wiz Exp $ bin/prcs bin/prcs-callback +bin/prcs-emerge +bin/prcs-ediff man/man1/prcs.1 +man/man1/prcs-callback.1 +man/man1/prcs-emerge.1 +man/man1/prcs-ediff.1 share/examples/prcs/prcs-ediff.el share/examples/prcs/prcs-ediff.elc share/examples/prcs/prcs-hooks.el diff --git a/devel/prcs/distinfo b/devel/prcs/distinfo index 573daf2651b..851f8c7786e 100644 --- a/devel/prcs/distinfo +++ b/devel/prcs/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/09/24 18:04:31 hubertf Exp $ +$NetBSD: distinfo,v 1.5 2004/06/25 16:43:54 wiz Exp $ -SHA1 (prcs-1.2.15.tar.gz) = a8f763a08ab0844a8f7fdf0870e16e3a642fcc19 -Size (prcs-1.2.15.tar.gz) = 648041 bytes -SHA1 (patch-aa) = c86d8d29ae5c051f35dc126d343df6e3886c65c1 +SHA1 (prcs-1.3.3.tar.gz) = 0f1770289ee4e9e8028c1aee9e19fd4fae8d2da6 +Size (prcs-1.3.3.tar.gz) = 907482 bytes diff --git a/devel/prcs/patches/patch-aa b/devel/prcs/patches/patch-aa deleted file mode 100644 index 5cde87a0cb0..00000000000 --- a/devel/prcs/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2001/09/24 18:04:31 hubertf Exp $ - ---- configure.orig Sun Oct 31 04:30:30 1999 -+++ configure -@@ -4330,7 +4330,7 @@ - ;; - esac - fi --EMACS="$ac_cv_path_EMACS" -+EMACS=no - if test -n "$EMACS"; then - echo "$ac_t""$EMACS" 1>&6 - else |