diff options
Diffstat (limited to 'games/xdesktopwaves/Makefile')
-rw-r--r-- | games/xdesktopwaves/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xdesktopwaves/Makefile b/games/xdesktopwaves/Makefile index 14d4d6de020b..19315659cce8 100644 --- a/games/xdesktopwaves/Makefile +++ b/games/xdesktopwaves/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdesktopwaves PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/ @@ -15,6 +16,6 @@ USES= xorg USE_XORG= x11 xext PLIST_FILES= bin/xdesktopwaves \ - man/man1/xdesktopwaves.1.gz + share/man/man1/xdesktopwaves.1.gz .include <bsd.port.mk> |