Index: head/devel/liballium/Makefile =================================================================== --- head/devel/liballium/Makefile (revision 460704) +++ head/devel/liballium/Makefile (revision 460705) @@ -1,30 +1,27 @@ # Created by: Fabian Keil # $FreeBSD$ PORTNAME= liballium PORTVERSION= 0.0.1 CATEGORIES= devel security MAINTAINER= fk@fabiankeil.de COMMENT= Tor pluggable transports utility library USE_GITHUB= yes GH_ACCOUNT= Yawning GH_TAGNAME= 0c9b50f GNU_CONFIGURE= yes -USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes -PLIST_SUB+= PKGNAME=${PKGNAME} +OPTIONS_DEFINE= DOCS -OPTIONS_DEFINE= DOCS TEST - -TEST_ALL_TARGET=check - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} .include