summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-10-28 01:18:16 +0000
committereadler <eadler@FreeBSD.org>2013-10-28 01:18:16 +0000
commit7d6765ba963f87309df3fac3108751e68f4abc18 (patch)
treec6707bef8dd1ca8634e7ae7cb932383036c5c11a
parent3094010c6ed090f92b44dfe14aea742d99c2a12c (diff)
downloadFreeBSD-ports-7d6765ba963f87309df3fac3108751e68f4abc18.zip
FreeBSD-ports-7d6765ba963f87309df3fac3108751e68f4abc18.tar.gz
Cleanup of the ports in the x11 directory
- Convert to staging
-rw-r--r--x11/xstroke/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile
index 40f9f8a..fab3cc8 100644
--- a/x11/xstroke/Makefile
+++ b/x11/xstroke/Makefile
@@ -16,15 +16,13 @@ LICENSE_COMB= dual
USES= bison imake
USE_XORG= xft x11 xext xi xtst
-MAN1= xstroke.1
-PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet
+PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz
PLIST_DIRS= %%ETCDIR%%
CFLAGS+= -I.
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile
@${REINPLACE_CMD} -e "s,etc/,${PREFIX}/etc/,g" ${WRKSRC}/args.h
OpenPOWER on IntegriCloud