svn commit: r545847 - head/textproc/scew

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:35:38 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:35:34 2020
New Revision: 545847
URL: https://svnweb.freebsd.org/changeset/ports/545847

Log:
  Cosmetic change

Modified:
  head/textproc/scew/Makefile

Modified: head/textproc/scew/Makefile
==============================================================================
--- head/textproc/scew/Makefile	Sun Aug 23 19:35:29 2020	(r545846)
+++ head/textproc/scew/Makefile	Sun Aug 23 19:35:34 2020	(r545847)
@@ -14,17 +14,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-OPTIONS_DEFINE=	TEST
-.if defined(MAINTAINER_MODE)
-OPTIONS_DEFAULT=TEST
-.endif
-
 USES=		gmake libtool localbase pathfix pkgconfig
+
 CONFIGURE_ARGS=	enable_tests=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
+OPTIONS_DEFINE=	TEST
+
 TEST_LIB_DEPENDS=	libcheck.so:devel/check
 TEST_VARS=		TEST_TARGET=check TEST_WRKSRC=${WRKSRC}/tests
 
@@ -32,5 +30,11 @@ post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_print/scew_print ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_stream/scew_stream ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_write/scew_write ${STAGEDIR}${PREFIX}/bin/
+
+# maintainer section:
+
+.if defined(MAINTAINER_MODE)
+OPTIONS_DEFAULT=TEST
+.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list