diff options
author | leeym <leeym@FreeBSD.org> | 2007-04-10 12:19:53 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2007-04-10 12:19:53 +0800 |
commit | 373b50a6df1086b8e1c2f471d79ee6dc4124cd38 (patch) | |
tree | 7f97ff39d86ba789d8b27c6a16659662e856adb1 | |
parent | 28b6f1dfb7e07af22e7cd2588a95299488b09994 (diff) | |
download | freebsd-ports-gnome-373b50a6df1086b8e1c2f471d79ee6dc4124cd38.tar.gz freebsd-ports-gnome-373b50a6df1086b8e1c2f471d79ee6dc4124cd38.tar.zst freebsd-ports-gnome-373b50a6df1086b8e1c2f471d79ee6dc4124cd38.zip |
- minor fixes to make portlint happier
-rw-r--r-- | archivers/dynamite/Makefile | 14 | ||||
-rw-r--r-- | archivers/libdynamite/Makefile | 14 |
2 files changed, 6 insertions, 22 deletions
diff --git a/archivers/dynamite/Makefile b/archivers/dynamite/Makefile index 55882caa66ff..75428dc47dff 100644 --- a/archivers/dynamite/Makefile +++ b/archivers/dynamite/Makefile @@ -16,15 +16,7 @@ COMMENT= Decompress data compressed with PKWARE Data Compression Library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_GNOME= gnometarget +USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ - ${WRKSRC}/lib/libdynamite.c -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/archivers/libdynamite/Makefile b/archivers/libdynamite/Makefile index 55882caa66ff..75428dc47dff 100644 --- a/archivers/libdynamite/Makefile +++ b/archivers/libdynamite/Makefile @@ -16,15 +16,7 @@ COMMENT= Decompress data compressed with PKWARE Data Compression Library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_GNOME= gnometarget +USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ - ${WRKSRC}/lib/libdynamite.c -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |