diff options
Diffstat (limited to 'games/xzip/Makefile')
-rw-r--r-- | games/xzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 7cb3f6284ed9..b765f79b0cd9 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,6 +1,6 @@ PORTNAME= xzip PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \ http://www.ifarchive.org/if-archive/infocom/interpreters/zip/ \ @@ -17,6 +17,6 @@ USE_XORG= x11 WRKSRC= ${WRKDIR}/xzip ALL_TARGET= -PLIST_FILES= bin/xzip man/man1/xzip.1.gz +PLIST_FILES= bin/xzip share/man/man1/xzip.1.gz .include <bsd.port.mk> |