diff options
author | Nate Lawson <njl@FreeBSD.org> | 2007-04-08 00:11:47 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2007-04-08 00:11:47 +0000 |
commit | c3598705ef386a9eb79d2ff7f0d26bab782a4be1 (patch) | |
tree | ceed8cb65cf5df3ea269dc89662a514e28da6b74 /print/xpp | |
parent | 4c158c7db3d89d2406f04ef25a40cd85a3017af6 (diff) | |
download | ports-c3598705ef386a9eb79d2ff7f0d26bab782a4be1.tar.gz ports-c3598705ef386a9eb79d2ff7f0d26bab782a4be1.zip |
Notes
Diffstat (limited to 'print/xpp')
-rw-r--r-- | print/xpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 91ff6d137cff..ea13555c9ea8 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -28,5 +28,6 @@ post-configure: @${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|printFiles::get|get|' ${WRKSRC}/xpp.h .include <bsd.port.mk> |