correct etc path

This commit is contained in:
Ying-Chieh Liao 2002-05-15 14:55:18 +00:00
parent ddab25c8f5
commit 70672b2851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59180

View File

@ -8,6 +8,7 @@
PORTNAME= xstroke
PORTVERSION= 0.5.12
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.handhelds.org/pub/projects/xstroke/release-${PORTVERSION:R}/
@ -27,5 +28,6 @@ post-patch:
s,%%CFLAGS%%,${CFLAGS},g ; \
s,%%LDFLAGS%%,${LDFLAGS},g" ${WRKSRC}/Imakefile
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile
@${PERL} -pi -e "s,etc/,${PREFIX}/etc/,g" ${WRKSRC}/args.h
.include <bsd.port.mk>