Index: head/games/empire/Makefile =================================================================== --- head/games/empire/Makefile (revision 183996) +++ head/games/empire/Makefile (revision 183997) @@ -1,32 +1,33 @@ # New ports collection makefile for: empire # Date created: 13 May 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= empire PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ DISTNAME= vms-${PORTNAME}-${PORTVERSION} MAINTAINER= laszlof@FreeBSD.org COMMENT= Solitaire empire game "VMS Empire" MAN6= empire.6 -PLIST_FILES= bin/empire %%DOCSDIR%%/BUGS %%DOCSDIR%%/README -PLIST_DIRS= %%DOCSDIR%% +PLIST_FILES= bin/empire +PORTDOCS= BUGS README USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${MANPREFIX}/man/man6/empire.6 .if !defined(NOPORTDOCS) .for file in BUGS README @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/games/empire/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property