diff options
author | markus <markus@FreeBSD.org> | 2007-02-03 09:27:49 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-02-03 09:27:49 +0800 |
commit | db017481a7f090bdad11d0dbd8b7ab27d847c0fd (patch) | |
tree | 27bb861621da4a398d9b7ae200e610ee13972945 /games/empire | |
parent | f2704a6ad28acdcfde9a1e87eef5dccae7a9c05f (diff) | |
download | freebsd-ports-gnome-db017481a7f090bdad11d0dbd8b7ab27d847c0fd.tar.gz freebsd-ports-gnome-db017481a7f090bdad11d0dbd8b7ab27d847c0fd.tar.zst freebsd-ports-gnome-db017481a7f090bdad11d0dbd8b7ab27d847c0fd.zip |
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION
Approved by: laszlof (maintainer)
Diffstat (limited to 'games/empire')
-rw-r--r-- | games/empire/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile index e1929dab861e..b0d94fb8262b 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -7,6 +7,7 @@ PORTNAME= empire PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ DISTNAME= vms-${PORTNAME}-${PORTVERSION} @@ -15,8 +16,8 @@ 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: |