aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/shx
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-05-30 04:09:41 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-05-30 04:09:41 +0000
commit82186acef9195e7a2ccc53413eb30d778403ae83 (patch)
tree7f8eed462a43cce457df321e5131ab959e121162 /net-p2p/shx
parent7abf4c90e9ca24b35ac342917194b3cbc64ae844 (diff)
downloadports-82186acef9195e7a2ccc53413eb30d778403ae83.tar.gz
ports-82186acef9195e7a2ccc53413eb30d778403ae83.zip
- Convert to staging
Notes
Notes: svn path=/head/; revision=355774
Diffstat (limited to 'net-p2p/shx')
-rw-r--r--net-p2p/shx/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/net-p2p/shx/Makefile b/net-p2p/shx/Makefile
index 688e8f549c20..db1c8a3348dc 100644
--- a/net-p2p/shx/Makefile
+++ b/net-p2p/shx/Makefile
@@ -11,7 +11,7 @@ PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${DISTNAME}.diff.gz
MAINTAINER= dteske@FreeBSD.org
-COMMENT= A text based Hotline Communications client for Unix
+COMMENT= Text based Hotline Communications client for Unix
LICENSE= GPLv1
@@ -32,7 +32,6 @@ MAKEFILE= makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS=
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWARNINGS}
@@ -69,17 +68,16 @@ CONFIGURE_ARGS+= --enable-xmms
CONFIGURE_ARGS+= --enable-ipv6
.endif
-PLIST_FILES= \
- bin/hx \
+PLIST_FILES= bin/hx \
share/examples/shx/hxrc \
share/examples/shx/hxvars
PLIST_DIRS= share/examples/shx
do-install:
- @${CP} -fv ${WRKSRC}/run/hx ${PREFIX}/bin/
- @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
- @${CP} -fv ${WRKSRC}/run/hxrc ${PREFIX}/share/examples/${PORTNAME}/
- @${CP} -fv ${WRKSRC}/run/hxvars ${PREFIX}/share/examples/${PORTNAME}/
+ ${CP} -fv ${WRKSRC}/run/hx ${STAGEDIR}${PREFIX}/bin/
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}
+ ${CP} -fv ${WRKSRC}/run/hxrc ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}/
+ ${CP} -fv ${WRKSRC}/run/hxvars ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME}/
.include <bsd.port.mk>