Date: Fri, 2 Feb 2001 18:51:32 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/24815: Update port: games/empire Message-ID: <200102030251.f132pWQ71570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 24815 >Category: ports >Synopsis: Update port: games/empire >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 02 19:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Use NOPORTDOCS PLIST_SUB >How-To-Repeat: >Fix: diff -urN /usr/ports/games/empire/Makefile games/empire/Makefile --- /usr/ports/games/empire/Makefile Mon Aug 14 18:20:47 2000 +++ games/empire/Makefile Sat Feb 3 09:58:50 2001 @@ -8,7 +8,7 @@ PORTNAME= empire PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= ftp://locke.ccil.org/pub/esr/ +MASTER_SITES= http://www.tuxedo.org/~esr/ DISTNAME= vms-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -17,7 +17,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire - ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${PREFIX}/man/man6/empire.6 + ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${MANPREFIX}/man/man6/empire.6 .if !defined(NOPORTDOCS) .for file in BUGS READ.ME @${MKDIR} ${PREFIX}/share/doc/empire diff -urN /usr/ports/games/empire/pkg-plist games/empire/pkg-plist --- /usr/ports/games/empire/pkg-plist Mon Aug 14 12:20:44 2000 +++ games/empire/pkg-plist Sat Feb 3 09:58:03 2001 @@ -1,4 +1,4 @@ bin/empire -share/doc/empire/BUGS -share/doc/empire/READ.ME -@dirrm share/doc/empire +%%PORTDOCS%%share/doc/empire/BUGS +%%PORTDOCS%%share/doc/empire/READ.ME +%%PORTDOCS%%@dirrm share/doc/empire >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102030251.f132pWQ71570>