diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-10 03:39:44 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-10 03:39:44 +0000 |
commit | 6aae62e5084dd04d3a654f02498acabec94881dc (patch) | |
tree | adbe7520a0f863bdcb7edc6c5f48c82355f1d5fe /lang | |
parent | 0a369be768e695d43773c9bb4302c9475e6a7fd1 (diff) | |
download | ports-6aae62e5084dd04d3a654f02498acabec94881dc.tar.gz ports-6aae62e5084dd04d3a654f02498acabec94881dc.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sather-specification/Makefile | 11 |
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> |