aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sather-tutorial
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-10 11:36:16 +0800
committerrafan <rafan@FreeBSD.org>2006-08-10 11:36:16 +0800
commit8f66e1e1137c655da5e45c711c6371edd206be23 (patch)
tree830004d4e084e185896f9be05427fcb8f9a087df /lang/sather-tutorial
parentdf9882aa329b6e3db31a4f3bd351de9ca724d9c5 (diff)
downloadfreebsd-ports-gnome-8f66e1e1137c655da5e45c711c6371edd206be23.tar.gz
freebsd-ports-gnome-8f66e1e1137c655da5e45c711c6371edd206be23.tar.zst
freebsd-ports-gnome-8f66e1e1137c655da5e45c711c6371edd206be23.zip
- Unbreak on 4.x
PR: ports/101727 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
Diffstat (limited to 'lang/sather-tutorial')
-rw-r--r--lang/sather-tutorial/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/lang/sather-tutorial/Makefile b/lang/sather-tutorial/Makefile
index d214a486cc23..c27278321f2a 100644
--- a/lang/sather-tutorial/Makefile
+++ b/lang/sather-tutorial/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tutorial
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>