pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc Use ${UNIQ}.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f39fcc1b5501
branches: trunk
changeset: 631454:f39fcc1b5501
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Thu Mar 06 07:36:04 2014 +0000
description:
Use ${UNIQ}.
diffstat:
misc/libreoffice3-bin/Makefile | 6 +++---
misc/libreoffice4-bin/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 800ac09b4d25 -r f39fcc1b5501 misc/libreoffice3-bin/Makefile
--- a/misc/libreoffice3-bin/Makefile Thu Mar 06 07:34:20 2014 +0000
+++ b/misc/libreoffice3-bin/Makefile Thu Mar 06 07:36:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/04/13 09:03:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2014/03/06 07:36:04 uebayasi Exp $
DISTNAME= libreoffice3-bin # overridden below
PKGNAME= libreoffice3-bin-${OO_RELEASE}
@@ -46,7 +46,7 @@
RPM2PKG_STAGE= do-install
RUN_LDCONFIG= no
-USE_TOOLS+= patch
+USE_TOOLS+= patch uniq
.include "../../mk/bsd.prefs.mk"
@@ -75,7 +75,7 @@
# ${RM} -f ${DESTDIR}${PREFIX}/opt/libreoffice${OO_BASEVER}/program/soffice.orig
${PATCH} -d ${DESTDIR}${PREFIX}/opt/libreoffice${OO_BASEVER}/program < ${FILESDIR}/spadmin-patch
${RM} -f ${DESTDIR}${PREFIX}/opt/libreoffice${OO_BASEVER}/program/spadmin.orig
- uniq ${RPM2PKG_PLIST} | \
+ ${UNIQ} ${RPM2PKG_PLIST} | \
${SED} -e 's,^@exec mkdir -m 755 -p %D/,@pkgdir,' > ${WRKDIR}/PLIST
${RM} -f ${DESTDIR}${PREFIX}/bin/soffice
${SED} -e "s|@@PREFIX@@|${PREFIX}|g" -e "s|@@OO_VER@@|${OO_VER}|g" \
diff -r 800ac09b4d25 -r f39fcc1b5501 misc/libreoffice4-bin/Makefile
--- a/misc/libreoffice4-bin/Makefile Thu Mar 06 07:34:20 2014 +0000
+++ b/misc/libreoffice4-bin/Makefile Thu Mar 06 07:36:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/22 12:40:53 obache Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/06 07:36:05 uebayasi Exp $
DISTNAME= libreoffice4-bin # overridden below
PKGNAME= libreoffice4-bin-${OO_RELEASE}
@@ -48,7 +48,7 @@
RPM2PKG_STAGE= do-install
RUN_LDCONFIG= no
-USE_TOOLS+= patch
+USE_TOOLS+= patch uniq
.include "../../mk/bsd.prefs.mk"
@@ -71,7 +71,7 @@
# ${RM} -f ${DESTDIR}${PREFIX}/opt/libreoffice${OO_BASEVER}/program/soffice.orig
${PATCH} -d ${DESTDIR}${PREFIX}/opt/libreoffice${OO_BASEVER}/program < ${FILESDIR}/spadmin-patch
${RM} -f ${DESTDIR}${PREFIX}/opt/libreoffice${OO_BASEVER}/program/spadmin.orig
- uniq ${RPM2PKG_PLIST} | \
+ ${UNIQ} ${RPM2PKG_PLIST} | \
${SED} -e 's,^@exec mkdir -m 755 -p %D/,@pkgdir,' > ${WRKDIR}/PLIST
${RM} -f ${DESTDIR}${PREFIX}/bin/soffice
${SED} -e "s|@@PREFIX@@|${PREFIX}|g" -e "s|@@OO_VER@@|${OO_VER}|g" \
Home |
Main Index |
Thread Index |
Old Index