diff options
author | danfe <danfe@FreeBSD.org> | 2005-06-08 14:17:13 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-06-08 14:17:13 +0800 |
commit | 8b7d7d496b94b32fde466e636b7032a6699662a6 (patch) | |
tree | 6758781a35b0761bc36b6cc801dbd6b92a074300 /graphics | |
parent | aec82a5c9518873069005e8fd25344fe7f087bc2 (diff) | |
download | freebsd-ports-gnome-8b7d7d496b94b32fde466e636b7032a6699662a6.tar.gz freebsd-ports-gnome-8b7d7d496b94b32fde466e636b7032a6699662a6.tar.zst freebsd-ports-gnome-8b7d7d496b94b32fde466e636b7032a6699662a6.zip |
Simplify regexp to fit command in one line instead of two.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pho/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile index 9485e92edef8..0f7cec0f2534 100644 --- a/graphics/pho/Makefile +++ b/graphics/pho/Makefile @@ -34,8 +34,7 @@ post-patch: s|-g -O2|${CFLAGS}|; s|pho xpho$$|pho|' \ ${WRKSRC}/Makefile .if defined(WITH_GTK1) - @${REINPLACE_CMD} -e 's|^G2FLAGS|#G2FLAGS|' \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|^G2FLAGS|#&|' ${WRKSRC}/Makefile .endif MAN1= pho.1 |