diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-15 22:55:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-15 22:55:18 +0800 |
commit | 6221eb736b162c401efe195a9402acd7ddc20f57 (patch) | |
tree | 8b82592ac2261b6e36c5d3a08016565f74e369a6 /x11/xstroke | |
parent | f6a44636508f46d11060eed335041b236d32c901 (diff) | |
download | freebsd-ports-gnome-6221eb736b162c401efe195a9402acd7ddc20f57.tar.gz freebsd-ports-gnome-6221eb736b162c401efe195a9402acd7ddc20f57.tar.zst freebsd-ports-gnome-6221eb736b162c401efe195a9402acd7ddc20f57.zip |
correct etc path
Diffstat (limited to 'x11/xstroke')
-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> |