1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Update to 1.8.2 (1)

- Trim header
- OptionsNG
- Remove unneeded patches

PR:		174569 (1)
Submitted by:	Peter Kosyh <p.kosyh@gmail.com> (1)
This commit is contained in:
Dmitry Marakasov 2012-12-21 09:29:42 +00:00
parent d1ca6d14c7
commit 79b8c4a095
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309346
4 changed files with 7 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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: