From 1cfc5605fe8ea0d435d9d5884d52fc6f1e6a0925 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 4 Aug 2001 18:18:52 +0000 Subject: upgrade to 1.1.0 PR: 29135 --- games/nettoe/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/nettoe/Makefile') 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 -- cgit v1.2.3