diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-04 18:18:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-04 18:18:52 +0000 |
commit | 1cfc5605fe8ea0d435d9d5884d52fc6f1e6a0925 (patch) | |
tree | 6529a95e26504db8f1ecec34af873d9b78cc69b9 /games | |
parent | 727ccec4826c8aed17211b0540c85d9bd8e7509e (diff) |
upgrade to 1.1.0
PR: 29135
Notes
Notes:
svn path=/head/; revision=45810
Diffstat (limited to 'games')
-rw-r--r-- | games/nettoe/Makefile | 8 | ||||
-rw-r--r-- | games/nettoe/distinfo | 2 |
2 files changed, 5 insertions, 5 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 diff --git a/games/nettoe/distinfo b/games/nettoe/distinfo index 8df20037937a..87bb060a90de 100644 --- a/games/nettoe/distinfo +++ b/games/nettoe/distinfo @@ -1 +1 @@ -MD5 (nettoe-1.0.6.tar.gz) = 37b005e05ab28a7092fd6a02d77a8765 +MD5 (nettoe-1.1.0.tar.gz) = 3227629ec7ade9495c7cc4c68243a7b0 |