diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-02-14 01:20:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-02-14 01:20:19 +0000 |
commit | 87b55efd0cef9c6a137fd57d0b46f4fed65c2bb3 (patch) | |
tree | 6428e7e2957f940da44d266db61703032d4bf15d /devel | |
parent | 9b14a06cbf568375526489da8170dcecfebe5273 (diff) | |
download | pkgsrc-87b55efd0cef9c6a137fd57d0b46f4fed65c2bb3.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')
-rw-r--r-- | devel/prcs/Makefile | 8 |
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" |