1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Cleanup Makefile

- Restore mis-removed tab between USES= and pathfix
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-05-08 16:00:32 +00:00
parent 94b858fc39
commit 9466429ecc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317693

View File

@ -12,12 +12,10 @@ COMMENT= Transparently handles automatic compression and decompression of files
LICENSE= LGPL21
#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
OPTIONS_DEFINE= NLS
USE_AUTOTOOLS= libtool
USES= pathfix pkgconfig
USES= pathfix pkgconfig
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
@ -33,6 +31,5 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.pre.mk>
.include "Makefile.man"
.include <bsd.port.post.mk>
.include <bsd.port.mk>