aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sather-specification
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-10 11:39:44 +0800
committerrafan <rafan@FreeBSD.org>2006-08-10 11:39:44 +0800
commitd6926d7e28d7b7c0820024f7a990d674bb41f42a (patch)
tree063413711fbf58dab3517e2b0f7cf97d1a46eaa5 /lang/sather-specification
parent8f66e1e1137c655da5e45c711c6371edd206be23 (diff)
downloadfreebsd-ports-gnome-d6926d7e28d7b7c0820024f7a990d674bb41f42a.tar.gz
freebsd-ports-gnome-d6926d7e28d7b7c0820024f7a990d674bb41f42a.tar.zst
freebsd-ports-gnome-d6926d7e28d7b7c0820024f7a990d674bb41f42a.zip
- Unbreak on 4.x
PR: ports/101726 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
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>