diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-28 10:16:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-28 10:16:44 +0800 |
commit | 8795cf8c51ddf32c5aaeded2d56f454b7a8855cd (patch) | |
tree | afa8e1ffad9272fc3ec3ec9f7a4893876f5c92dc /textproc/confget | |
parent | 9bce4fd2a221a7c59496194246737fcc96c01049 (diff) | |
download | freebsd-ports-gnome-8795cf8c51ddf32c5aaeded2d56f454b7a8855cd.tar.gz freebsd-ports-gnome-8795cf8c51ddf32c5aaeded2d56f454b7a8855cd.tar.zst freebsd-ports-gnome-8795cf8c51ddf32c5aaeded2d56f454b7a8855cd.zip |
- Fix typo
Reported by: pointyhat
Diffstat (limited to 'textproc/confget')
-rw-r--r-- | textproc/confget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile index 017810fb8eed..54cfb10744d8 100644 --- a/textproc/confget/Makefile +++ b/textproc/confget/Makefile @@ -38,7 +38,7 @@ MAKE_ENV+= PCRE_CFLAGS="" PCRE_LIBS="" .endif post-patch: -.if empty(${PORT_OPTIONS:MEXAMPLES}) +.if empty(PORT_OPTIONS:MEXAMPLES) @${REINPLACE_CMD} -e '/^install:/ s| install-examples||' ${WRKSRC}/Makefile .endif |