summaryrefslogtreecommitdiff
path: root/comms/yaps/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-18 00:37:15 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-18 00:37:15 +0000
commit57e3213639e451ddc7e2311587929b679827e385 (patch)
tree2b38c4ddded75d6142be0d45209292474f0596a8 /comms/yaps/Makefile
parent- Add patch to fix build when devel/libunwind is installed (diff)
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=334137
Diffstat (limited to 'comms/yaps/Makefile')
-rw-r--r--comms/yaps/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile
index 34d08381427f..7944c8e07dfc 100644
--- a/comms/yaps/Makefile
+++ b/comms/yaps/Makefile
@@ -15,22 +15,12 @@ LICENSE= GPLv2
USES= gmake
-MAN1= yaps.1
-PLIST_FILES= bin/yaps etc/yaps.rc.sample
-PORTDOCS= yaps.doc yaps.html
-PORTDATA= *
-
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-install:
- ${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample
- ${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/yaps.doc ${WRKSRC}/yaps.html ${DOCSDIR}
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/yaps.rc ${STAGEDIR}${PREFIX}/etc/yaps.rc.sample
+ ${INSTALL_MAN} ${WRKSRC}/yaps.1 ${STAGEDIR}${PREFIX}/man/man1
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/yaps.doc ${WRKSRC}/yaps.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>