Date: Mon, 28 Oct 2013 01:18:17 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331819 - head/x11/xstroke Message-ID: <201310280118.r9S1IHDD018113@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Mon Oct 28 01:18:16 2013 New Revision: 331819 URL: http://svnweb.freebsd.org/changeset/ports/331819 Log: Cleanup of the ports in the x11 directory - Convert to staging Modified: head/x11/xstroke/Makefile Modified: head/x11/xstroke/Makefile ============================================================================== --- head/x11/xstroke/Makefile Mon Oct 28 01:10:07 2013 (r331818) +++ head/x11/xstroke/Makefile Mon Oct 28 01:18:16 2013 (r331819) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310280118.r9S1IHDD018113>