aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-12 00:22:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-12 00:22:17 +0000
commit39ba7002d34f9a10ed8163e1d3430b0f13218db6 (patch)
treefb43399cbf8ab2a9871a74f88f458c48c4302302 /news
parente28b039b8f9dc5f500a95256cc3dbcc9524f881d (diff)
downloadports-39ba7002d34f9a10ed8163e1d3430b0f13218db6.tar.gz
ports-39ba7002d34f9a10ed8163e1d3430b0f13218db6.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/gnus-emacs20/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/news/gnus-emacs20/Makefile b/news/gnus-emacs20/Makefile
index 2a1d5ba0e2a9..a6778cbe7c9b 100644
--- a/news/gnus-emacs20/Makefile
+++ b/news/gnus-emacs20/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnus
PORTVERSION= 5.8.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= news mail elisp
MASTER_SITES= ftp://ftp.monash.edu.au/pub/gnus/ \
ftp://ftp.kreonet.re.kr/pub/tools/emacs/gnus/ \
@@ -34,6 +34,12 @@ DOCS= ChangeLog GNUS-NEWS README
PLIST_SUB+= EMACS_PORT_NAME=${EMACS_PORT_NAME} \
INFODIR=${INFODIR:S/${PREFIX}\///}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+INFO+= gnus-4
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/${PORTDOCDIR}
@@ -42,4 +48,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>