pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/dvd-slideshow Change to post-configure as w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c96267c0f742
branches: trunk
changeset: 536945:c96267c0f742
user: darcy <darcy%pkgsrc.org@localhost>
date: Sat Dec 29 22:37:54 2007 +0000
description:
Change to post-configure as we don't build anything.
Substitute pipeline commands to deal with NetBSD sort (no -z).
Bump PKGREVISION.
diffstat:
multimedia/dvd-slideshow/Makefile | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 34460f98646d -r c96267c0f742 multimedia/dvd-slideshow/Makefile
--- a/multimedia/dvd-slideshow/Makefile Sat Dec 29 22:05:15 2007 +0000
+++ b/multimedia/dvd-slideshow/Makefile Sat Dec 29 22:37:54 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/12/29 15:47:27 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/29 22:37:54 darcy Exp $
# FreeBSD Id: ports/multimedia/dvd-slideshow/Makefile,v 1.12 2007/09/23 04:42:06 edwin Exp
DISTNAME= dvd-slideshow-0.7.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvd-slideshow/}
@@ -35,12 +35,16 @@
install.sh jigl2slideshow
SUBST_CLASSES+= fonts
-SUBST_STAGE.fonts= post-build
+SUBST_STAGE.fonts= post-configure
SUBST_FILES.fonts= dvd-menu dvd-slideshow
SUBST_SED.fonts= -e 's,/usr/share/fonts/,${X11BASE}/lib/X11/fonts/,g'
SUBST_MESSAGE.fonts= Fixing hardcoded fonts paths.
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${DOCDIR}
+SUBST_CLASSES+= pipeline
+SUBST_STAGE.pipeline= post-configure
+SUBST_FILES.pipeline= dvd-slideshow
+SUBST_SED.pipeline= -e 's/print0/printx/g;s/sort -z/sort/g;s/xargs -0/xargs/g'
+SUBST_MESSAGE.pipeline= Fixing Linux centric pipeline.
do-install:
.for file in ${SCRIPTS}
Home |
Main Index |
Thread Index |
Old Index