svn commit: r331819 - head/x11/xstroke
Eitan Adler
eadler at FreeBSD.org
Mon Oct 28 01:18:17 UTC 2013
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
More information about the svn-ports-all
mailing list