diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-07-02 14:19:01 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-07-02 14:19:01 +0800 |
commit | 170dd44642cd8b9a7508fc337efabfeb354a8b9e (patch) | |
tree | 71e60f3f2bf8f55fc6426af61b7c3b1b3addcfb8 /misc/skyutils/Makefile | |
parent | c2c7601be2ce3322d3d70304e2e0f92fe8b70b01 (diff) | |
download | freebsd-ports-gnome-170dd44642cd8b9a7508fc337efabfeb354a8b9e.tar.gz freebsd-ports-gnome-170dd44642cd8b9a7508fc337efabfeb354a8b9e.tar.zst freebsd-ports-gnome-170dd44642cd8b9a7508fc337efabfeb354a8b9e.zip |
Fix build on 4.x (remove some ^M line ends)
PR: ports/82607
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: maintainer (implicit)
Reported by: lofi
Diffstat (limited to 'misc/skyutils/Makefile')
-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> |