diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-21 09:29:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-21 09:29:42 +0000 |
commit | 79b8c4a095fb44ecde048ae74461e346e61f5d57 (patch) | |
tree | 46825aeb95c28f33ed8364c3aa4f29a21310f729 /games | |
parent | d1ca6d14c7b70fdb9deb21a469c0b81adb3d090b (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/instead/Makefile | 11 | ||||
-rw-r--r-- | games/instead/distinfo | 4 | ||||
-rw-r--r-- | games/instead/files/patch-games-Makefile | 11 | ||||
-rw-r--r-- | games/instead/files/patch-themes-Makefile | 11 |
4 files changed, 7 insertions, 30 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile index baca026a1d53..c22da7ee8701 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: instead -# Date created: 19 Dec 2010 -# Whom: neuroworker@gmail.com -# +# Created by: neuroworker@gmail.com # $FreeBSD$ PORTNAME= instead -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -29,7 +26,9 @@ MAN6= instead.6 PORTDOCS= * -.if defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ! ${PORT_OPTIONS:MDOCS} post-patch: @${REINPLACE_CMD} -e '/INSTALL.*DOCPATH/ d' ${WRKSRC}/doc/Makefile .endif diff --git a/games/instead/distinfo b/games/instead/distinfo index 2747b91d5b6d..2a7415f1e887 100644 --- a/games/instead/distinfo +++ b/games/instead/distinfo @@ -1,2 +1,2 @@ -SHA256 (instead_1.8.1.tar.gz) = 44ab4e38e0c2c5925f3d0726bd5587a58551dd37877cfa4ee03135ffc99b897e -SIZE (instead_1.8.1.tar.gz) = 3958311 +SHA256 (instead_1.8.2.tar.gz) = 6689f782483595a4cf454720b7ceb3ce4ea182aa86ae6af9e4c4a1b5262ccf0b +SIZE (instead_1.8.2.tar.gz) = 3961781 diff --git a/games/instead/files/patch-games-Makefile b/games/instead/files/patch-games-Makefile deleted file mode 100644 index 797a223ef699..000000000000 --- a/games/instead/files/patch-games-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- games/Makefile.orig 2012-04-21 18:53:07.000000000 +0400 -+++ games/Makefile 2012-04-22 03:17:56.351000837 +0400 -@@ -8,7 +8,7 @@ - echo $$f;\ - if [ ! -d $$f ]; then continue; fi;\ - $(INSTALLD) $(GAMESPATH)/$$f; \ -- tar --exclude=".svn" -cf - -C $$f . | tar -xpf - -C $(GAMESPATH)/$$f;\ -+ tar -cf - -C $$f . | tar -xpf - -C $(GAMESPATH)/$$f;\ - done - - uninstall: diff --git a/games/instead/files/patch-themes-Makefile b/games/instead/files/patch-themes-Makefile deleted file mode 100644 index ab0cb211bff7..000000000000 --- a/games/instead/files/patch-themes-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- themes/Makefile.orig 2012-04-21 18:53:05.000000000 +0400 -+++ themes/Makefile 2012-04-22 03:18:19.063048156 +0400 -@@ -8,7 +8,7 @@ - for f in *; do \ - if [ ! -d $$f ]; then continue; fi;\ - $(INSTALLD) $(THEMESPATH)/$$f;\ -- tar --exclude=".svn" -cf - -C $$f . | tar -xpf - -C $(THEMESPATH)/$$f;\ -+ tar -cf - -C $$f . | tar -xpf - -C $(THEMESPATH)/$$f;\ - done - - uninstall: |