diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-24 03:16:05 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-24 03:16:05 +0000 |
commit | 8800db6d2330d109de11ea4a667b8c65c7aba9b5 (patch) | |
tree | 82483f1fc5be8916892d8204910b978c21fad132 /graphics/qvplay | |
parent | Update to 0.7.8; this does too much in the install: target but I'll (diff) |
Upgrade to 0.94, portlint, PREFIX
Approved by: itojun (maintainer)
Diffstat (limited to 'graphics/qvplay')
-rw-r--r-- | graphics/qvplay/Makefile | 18 | ||||
-rw-r--r-- | graphics/qvplay/distinfo | 2 | ||||
-rw-r--r-- | graphics/qvplay/files/patch-aa | 15 | ||||
-rw-r--r-- | graphics/qvplay/pkg-message | 3 |
4 files changed, 29 insertions, 9 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index cd5e9e516c2a..7648791f57ec 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: qvplay -# Version required: 0.92 +# Version required: 0.94 # Date created: 2 May 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # # $FreeBSD$ # -DISTNAME= qvplay-0.92 +DISTNAME= qvplay-0.94 CATEGORIES= graphics MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ @@ -14,21 +14,27 @@ MAINTAINER= itojun@itojun.org RESTRICTED= "Redistribution prohibited since it is in beta test period" -WRKSRC= ${WRKDIR}/QVplay092/obj/FreeBSD +WRKSRC= ${WRKDIR}/QVplay094/obj/FreeBSD GNU_CONFIGURE= yes +MAN1= qvplay.1 qvrec.1 qvalldel.1 +MAKE_ARGS+= INSTALL_MAN="${INSTALL_MAN}" DOC= README README.eng README.FreeBSD FAQ.txt HISTORY PROTOCOL.txt \ PROTOCOL.eng +pre-patch: + @${MKDIR} ${WRKSRC} + pre-configure: - @( cd ${WRKDIR}/QVplay092; ./setup FreeBSD ) + @( cd ${WRKDIR}/QVplay094; ./setup FreeBSD ) post-install: - ${MKDIR} ${PREFIX}/share/doc/qvplay + @${MKDIR} ${PREFIX}/share/doc/qvplay for i in ${DOC}; do \ ${INSTALL_DATA} ${WRKSRC}/../../$$i \ ${PREFIX}/share/doc/qvplay; \ done - ${CAT} ${PKGDIR}/MESSAGE + @${ECHO} && ${ECHO} + @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/graphics/qvplay/distinfo b/graphics/qvplay/distinfo index b46845ccc05c..91dd0c99d80a 100644 --- a/graphics/qvplay/distinfo +++ b/graphics/qvplay/distinfo @@ -1 +1 @@ -MD5 (qvplay-0.92.tar.gz) = 72422f1511c1f8c75a1f1961581e0ee9 +MD5 (qvplay-0.94.tar.gz) = 4f1bbeec547e32f3348c26cfc43e505e diff --git a/graphics/qvplay/files/patch-aa b/graphics/qvplay/files/patch-aa new file mode 100644 index 000000000000..8da860548ed1 --- /dev/null +++ b/graphics/qvplay/files/patch-aa @@ -0,0 +1,15 @@ +--- ../../src/Makefile.in.old Mon Nov 22 20:31:59 1999 ++++ ../../src/Makefile.in Mon Nov 22 20:32:37 1999 +@@ -55,9 +55,9 @@ + $(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG1) $(bindir)/$(PROG1) + $(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG2) $(bindir)/$(PROG2) + $(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG3) $(bindir)/$(PROG3) +- $(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN1) $(mandir)/$(MAN1) +- $(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN2) $(mandir)/$(MAN2) +- $(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN3) $(mandir)/$(MAN3) ++ ${INSTALL_MAN} $(MAN1) $(mandir)/$(MAN1) ++ ${INSTALL_MAN} $(MAN2) $(mandir)/$(MAN2) ++ ${INSTALL_MAN} $(MAN3) $(mandir)/$(MAN3) + depend: .depend + .depend: + mkdep $(SRCS1) diff --git a/graphics/qvplay/pkg-message b/graphics/qvplay/pkg-message index 1f7131495675..8e92d9e3ee77 100644 --- a/graphics/qvplay/pkg-message +++ b/graphics/qvplay/pkg-message @@ -1,2 +1 @@ -qvplay has been installed. -Documents can be found at: /usr/local/share/doc/qvplay +Documents for qvplay can be found at: /usr/local/share/doc/qvplay |