aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-27 17:45:54 +0800
committerbapt <bapt@FreeBSD.org>2013-12-27 17:45:54 +0800
commitd94814beab58812688e934aabd087d69d5e7236b (patch)
treec70e47447075b402a070946f729e5c31367d4d7a /news
parent10ce1b6998a5385c476b7115ed42732bd7dfee4b (diff)
downloadfreebsd-ports-gnome-d94814beab58812688e934aabd087d69d5e7236b.tar.gz
freebsd-ports-gnome-d94814beab58812688e934aabd087d69d5e7236b.tar.zst
freebsd-ports-gnome-d94814beab58812688e934aabd087d69d5e7236b.zip
Support stage
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