pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/jssi If we add a patch for a docs directory which ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/56bc2ead993b
branches: trunk
changeset: 499429:56bc2ead993b
user: jwise <jwise%pkgsrc.org@localhost>
date: Thu Sep 22 14:44:03 2005 +0000
description:
If we add a patch for a docs directory which is copied wholesale (with pax),
we need to make sure we clean up .orig files before the copy is done.
diffstat:
www/jssi/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a349d7798678 -r 56bc2ead993b www/jssi/Makefile
--- a/www/jssi/Makefile Thu Sep 22 14:14:04 2005 +0000
+++ b/www/jssi/Makefile Thu Sep 22 14:44:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/06/17 03:50:40 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/09/22 14:44:03 jwise Exp $
DISTNAME= ApacheJSSI-1.1.2
PKGNAME= jssi-1.1.2
@@ -28,6 +28,7 @@
${INSTALL_DATA} ${WRKSRC}/ApacheJSSI.jar ${PREFIX}/lib/java/ApacheJSSI.jar
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/jssi
cd ${WRKSRC}/../../docs && ${PAX} -rw -pp . ${PREFIX}/share/doc/java/jssi
+ rm -f ${WRKSRC}/../../docs/*.orig
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index