diff options
author | billf <billf@FreeBSD.org> | 1999-11-24 03:16:05 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-24 03:16:05 +0000 |
commit | 0a9081d1cb2b45502f42d189bb19404a2b447d2b (patch) | |
tree | b9880e45deb9ca5934971283c034640489e4fe0f /graphics/qvplay | |
parent | c57bf95160d7a1388778b113755dd383920a64e0 (diff) | |
download | FreeBSD-ports-0a9081d1cb2b45502f42d189bb19404a2b447d2b.zip FreeBSD-ports-0a9081d1cb2b45502f42d189bb19404a2b447d2b.tar.gz |
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 cd5e9e5..7648791 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 b46845cc..91dd0c9 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 0000000..8da8605 --- /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 1f71314..8e92d9e 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 |