summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 09:45:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 09:45:54 +0000
commit08029efab05d5a88820c2a29f04c6dfc5e8144ac (patch)
treec70e47447075b402a070946f729e5c31367d4d7a /news
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=337669
Diffstat (limited to 'news')
-rw-r--r--news/plor/Makefile18
-rw-r--r--news/plor/pkg-plist1
2 files changed, 7 insertions, 12 deletions
diff --git a/news/plor/Makefile b/news/plor/Makefile
index 5f1f7f34caa7..cca323d1f983 100644
--- a/news/plor/Makefile
+++ b/news/plor/Makefile
@@ -9,28 +9,22 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/bbs/mail
MAINTAINER= ports@FreeBSD.org
-COMMENT= An alpha-release reader for reading SOUP and QWK packets
+COMMENT= Alpha-release reader for reading SOUP and QWK packets
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= perl5
-
-MAN1= plor.1
+USES= gmake perl5
DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \
plor.html plor.txt
-NO_STAGE= yes
post-install:
-.if !defined{NOPORTDOCS}
- @${MKDIR} ${PREFIX}/share/doc/plor
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/plor
.for f in ${DOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/plor
+ ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${PREFIX}/share/doc/plor
.endfor
-.endif
- ${INSTALL_MAN} ${FILESDIR}/plor.1 ${PREFIX}/man/man1/plor.1
- perl -pi -e '$$a = '\''${PREFIX}/share/doc/plor/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man1/plor.1
+ ${INSTALL_MAN} ${FILESDIR}/plor.1 ${STAGEDIR}${PREFIX}/man/man1/plor.1
+ ${PERL} -pi -e '$$a = '\''${PREFIX}/share/doc/plor/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${STAGEDIR}${PREFIX}/man/man1/plor.1
.include <bsd.port.mk>
diff --git a/news/plor/pkg-plist b/news/plor/pkg-plist
index 108fc1954286..cd4b4a05b3b6 100644
--- a/news/plor/pkg-plist
+++ b/news/plor/pkg-plist
@@ -1,4 +1,5 @@
bin/plor
+man/man1/plor.1.gz
share/doc/plor/AUTHORS
share/doc/plor/NEWS
share/doc/plor/TODO