diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-12-16 18:24:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-12-16 18:24:25 +0000 |
commit | 4fc451f2b2bef3c1e67c01def1319cd6cd09e5b1 (patch) | |
tree | fcb315acbc61922f52c02c0593b549644781ddfd | |
parent | e3136c0628d34bd17da22e023e4c0be5c2248f66 (diff) | |
download | ports-4fc451f2b2bef3c1e67c01def1319cd6cd09e5b1.tar.gz ports-4fc451f2b2bef3c1e67c01def1319cd6cd09e5b1.zip |
Notes
-rw-r--r-- | graphics/pho/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile index 173c1dba1f0d..ad6e2e62f538 100644 --- a/graphics/pho/Makefile +++ b/graphics/pho/Makefile @@ -26,8 +26,8 @@ PLIST_FILES= bin/pho post-patch: @${REINPLACE_CMD} -e 's|make|$$(MAKE)| ; \ - s|$$(INSTALL) \(pho \)|${INSTALL_PROGRAM} \1| ; \ - s|$$(INSTALL) \(pho\.1\)|${INSTALL_MAN} \1| ; \ + /bin/s|$$(INSTALL)|${INSTALL_PROGRAM}| ; \ + /man/s|$$(INSTALL)|${INSTALL_MAN}| ; \ s|-g|${CFLAGS}| ; s|^G1FLAGS|#&|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-Wall -g -O2 ||' ${WRKSRC}/exif/Makefile |