diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-15 14:55:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-15 14:55:18 +0000 |
commit | 70672b2851520f6d2ab1f7f48610a1a3141b8934 (patch) | |
tree | d1c4803de19129f964c00d2cf6289c34af68ad35 /x11 | |
parent | Chase checksum of a patch: patch was trimmed, no further changes (diff) |
correct etc path
Notes
Notes:
svn path=/head/; revision=59180
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index b119524d5c2e..3adb3c26fdaa 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -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> |