summaryrefslogtreecommitdiff
path: root/games/nettoe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nettoe/Makefile')
-rw-r--r--games/nettoe/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile
index f83e4af435d7..b9894c3d47bb 100644
--- a/games/nettoe/Makefile
+++ b/games/nettoe/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= nettoe
-PORTVERSION= 1.0.6
+PORTVERSION= 1.1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= nettoe
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rbg@gayteenresource.org
@@ -20,9 +20,9 @@ GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/nettoe
+ ${MKDIR} ${DOCSDIR}
.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO
- ${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/nettoe
+ ${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}
.endfor
.endif