summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-02-14 01:20:19 +0000
committerhubertf <hubertf>2002-02-14 01:20:19 +0000
commit8fda9816ddba9452652b5de99f450b8a1d7ba722 (patch)
tree6428e7e2957f940da44d266db61703032d4bf15d /devel/prcs
parenta13a479fe71faef57867e9284b10a97e74f9abe7 (diff)
downloadpkgsrc-8fda9816ddba9452652b5de99f450b8a1d7ba722.tar.gz
Set lispdir do files don't end up in /, bump to prcs-1.2.15nb1.
Addresses PR 15603 by Ryo HAYASAKA <ryoh@jaist.ac.jp>
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index f73163ac7fd..bd082a6288e 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2001/10/01 10:42:00 agc Exp $
+# $NetBSD: Makefile,v 1.19 2002/02/14 01:20:19 hubertf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
#
DISTNAME= prcs-1.2.15
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
@@ -16,9 +17,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/prcs
- ${INSTALL_DATA} ${WRKSRC}/emacs/*.el* ${PREFIX}/share/examples/prcs
+CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs
.include "../../mk/bsd.pkg.mk"