aboutsummaryrefslogtreecommitdiff
path: root/sysutils/44bsd-more
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-05-30 05:56:15 +0000
committerCy Schubert <cy@FreeBSD.org>2014-05-30 05:56:15 +0000
commit7ea116081bc1f8d013244679afefc2279a5124a0 (patch)
tree2a865287ffbfc2ba22095475bbfc1c79a8c8aa55 /sysutils/44bsd-more
parente5b37ac53a7211160bd83efc68e7d7c3d90298ee (diff)
downloadports-7ea116081bc1f8d013244679afefc2279a5124a0.tar.gz
ports-7ea116081bc1f8d013244679afefc2279a5124a0.zip
Notes
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r--sysutils/44bsd-more/Makefile14
-rw-r--r--sysutils/44bsd-more/pkg-plist1
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile
index e7089824e5ff..7da9e3327132 100644
--- a/sysutils/44bsd-more/Makefile
+++ b/sysutils/44bsd-more/Makefile
@@ -10,15 +10,13 @@ MASTER_SITE_SUBDIR= cy
MAINTAINER= cy@FreeBSD.org
COMMENT= The pager installed with FreeBSD before less(1) was imported
-USE_BZIP2= yes
+USES= tar:bzip2
NO_WRKSUBDIR= yes
-MAN1= 44bsd-more.1
CFLAGS= -Wno-return-type
RELDATE= 20000521
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-extract:
@@ -33,13 +31,13 @@ post-patch:
${WRKSRC}/ncommand.c
do-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_MAN} ${WRKSRC}/more.1 ${PREFIX}/man/man1/44bsd-more.1
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_MAN} ${WRKSRC}/more.1 ${STAGEDIR}${PREFIX}/man/man1/44bsd-more.1
.for f in default.morerc less.morerc most.morerc
- ${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
- ${INSTALL_DATA} ${WRKSRC}/more.help ${PREFIX}/share/misc/44bsd-more.help
- ${INSTALL_PROGRAM} ${WRKSRC}/more ${PREFIX}/bin/44bsd-more
+ ${INSTALL_DATA} ${WRKSRC}/more.help ${STAGEDIR}${PREFIX}/share/misc/44bsd-more.help
+ ${INSTALL_PROGRAM} ${WRKSRC}/more ${STAGEDIR}${PREFIX}/bin/44bsd-more
tarup:
cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS
diff --git a/sysutils/44bsd-more/pkg-plist b/sysutils/44bsd-more/pkg-plist
index 0f18d7604fbf..a488a49cc61e 100644
--- a/sysutils/44bsd-more/pkg-plist
+++ b/sysutils/44bsd-more/pkg-plist
@@ -1,4 +1,5 @@
bin/44bsd-more
+man/man1/44bsd-more.1.gz
share/misc/44bsd-more.help
share/examples/44bsd-more/default.morerc
share/examples/44bsd-more/less.morerc