diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-02 06:19:01 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-02 06:19:01 +0000 |
commit | 7d20adc0c83491716eae317529e0750c74943f2d (patch) | |
tree | 28103211c831eb5e4e53a764eb947d418b9c4999 /misc/skyutils | |
parent | f40a0e4c6e891d6e9d7846a0ca2ca3aef41be637 (diff) |
Notes
Diffstat (limited to 'misc/skyutils')
-rw-r--r-- | misc/skyutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index f4aa63c21d15..3a0ba5b748d0 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -17,6 +17,10 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_AUTOCONF_VER= 259 USE_INC_LIBTOOL_VER= 13 +USE_REINPLACE= yes INSTALLS_SHLIB= yes +pre-configure: + @${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h + .include <bsd.port.mk> |