aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2014-05-30 12:09:41 +0800
committereadler <eadler@FreeBSD.org>2014-05-30 12:09:41 +0800
commite5095155e502d0d0f174952ae3435baaf170978f (patch)
tree7f8eed462a43cce457df321e5131ab959e121162
parentd9eaf485820b4e66bc566a5394f624d61a7b36df (diff)
downloadfreebsd-ports-gnome-e5095155e502d0d0f174952ae3435baaf170978f.tar.gz
freebsd-ports-gnome-e5095155e502d0d0f174952ae3435baaf170978f.tar.zst
freebsd-ports-gnome-e5095155e502d0d0f174952ae3435baaf170978f.zip
- Convert to staging
-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>