pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/riece
Module Name: pkgsrc
Committed By: hauke
Date: Thu May 4 13:06:00 UTC 2023
Modified Files:
pkgsrc/chat/riece: Makefile
Log Message:
When installing files that are in PLIST, grep for for the correct lisp
path for XEmacs.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/riece/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/riece/Makefile
diff -u pkgsrc/chat/riece/Makefile:1.31 pkgsrc/chat/riece/Makefile:1.32
--- pkgsrc/chat/riece/Makefile:1.31 Sat May 14 22:25:33 2022
+++ pkgsrc/chat/riece/Makefile Thu May 4 13:06:00 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2022/05/14 22:25:33 dholland Exp $
+# $NetBSD: Makefile,v 1.32 2023/05/04 13:06:00 hauke Exp $
#
DISTNAME= riece-9.0.0
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat japanese
MASTER_SITES= http://download.savannah.gnu.org/releases/riece/
LICENSE= gnu-gpl-v3
@@ -34,7 +34,8 @@ CONFIGURE_ARGS.xemacs= --with-packagedir
do-install: plist
${INSTALL_DATA} ${WRKSRC}/doc/*.info ${DESTDIR}${EMACS_INFOPREFIX}
cd ${WRKSRC}/lisp; \
- grep -v '^@' ${PLIST} | grep '/site-lisp/riece/' | \
+ grep -v '^@' ${PLIST} | \
+ grep "${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece" | \
while read file; do \
file=$$( basename $$file ); \
${INSTALL_DATA} $$file ${DESTDIR}${EMACS_LISPPREFIX}/riece; \
Home |
Main Index |
Thread Index |
Old Index