aboutsummaryrefslogtreecommitdiff
path: root/lang/sather-specification
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-10 03:39:44 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-10 03:39:44 +0000
commit6aae62e5084dd04d3a654f02498acabec94881dc (patch)
treeadbe7520a0f863bdcb7edc6c5f48c82355f1d5fe /lang/sather-specification
parent0a369be768e695d43773c9bb4302c9475e6a7fd1 (diff)
downloadports-6aae62e5084dd04d3a654f02498acabec94881dc.tar.gz
ports-6aae62e5084dd04d3a654f02498acabec94881dc.zip
- Unbreak on 4.x
PR: ports/101726 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=170245
Diffstat (limited to 'lang/sather-specification')
-rw-r--r--lang/sather-specification/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/lang/sather-specification/Makefile b/lang/sather-specification/Makefile
index 5cf73ce9431a..d83ab1ca6e2b 100644
--- a/lang/sather-specification/Makefile
+++ b/lang/sather-specification/Makefile
@@ -7,6 +7,7 @@
PORTNAME= specification
PORTVERSION= 000328
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=sather/Doc
@@ -22,14 +23,8 @@ DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME}
do-install:
${MKDIR} ${DOCSDIR}
- @${TAR} -xf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
+ @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
@${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
${CHOWN} -R ${SHAREOWN} ${DOCSDIR}/
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= tar is too old
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>