diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-08 17:07:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-08 17:07:29 +0000 |
commit | f2d6b634d6b267fbc09ec6e1e49d7c71ab6ba499 (patch) | |
tree | 39b74782b0a111e6c843a4572fca1a805b74a658 /games/empire | |
parent | b5e6136dd0100704e9d01e1611ae0e3e50cf0ced (diff) | |
download | ports-f2d6b634d6b267fbc09ec6e1e49d7c71ab6ba499.tar.gz ports-f2d6b634d6b267fbc09ec6e1e49d7c71ab6ba499.zip |
Notes
Diffstat (limited to 'games/empire')
-rw-r--r-- | games/empire/Makefile | 3 | ||||
-rw-r--r-- | games/empire/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile index f562459996ec..4397659e010b 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -7,6 +7,7 @@ PORTNAME= empire PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ DISTNAME= vms-${PORTNAME}-${PORTVERSION} @@ -20,7 +21,7 @@ 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 READ.ME +.for file in BUGS README @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor diff --git a/games/empire/pkg-plist b/games/empire/pkg-plist index 37f4032beed1..cffa3e02f323 100644 --- a/games/empire/pkg-plist +++ b/games/empire/pkg-plist @@ -1,4 +1,4 @@ bin/empire %%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/READ.ME +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% |