diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-28 09:18:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-28 09:18:16 +0800 |
commit | 7d6765ba963f87309df3fac3108751e68f4abc18 (patch) | |
tree | c6707bef8dd1ca8634e7ae7cb932383036c5c11a /x11 | |
parent | 3094010c6ed090f92b44dfe14aea742d99c2a12c (diff) | |
download | freebsd-ports-gnome-7d6765ba963f87309df3fac3108751e68f4abc18.tar.gz freebsd-ports-gnome-7d6765ba963f87309df3fac3108751e68f4abc18.tar.zst freebsd-ports-gnome-7d6765ba963f87309df3fac3108751e68f4abc18.zip |
Cleanup of the ports in the x11 directory
- Convert to staging
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 40f9f8adf506..fab3cc835110 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 |