svn commit: r459823 - head/print/ttftot42

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 24 09:02:08 UTC 2018


Author: amdmi3
Date: Wed Jan 24 09:02:07 2018
New Revision: 459823
URL: https://svnweb.freebsd.org/changeset/ports/459823

Log:
  - Switch to USES=localbase
  - Update WWW

Modified:
  head/print/ttftot42/Makefile
  head/print/ttftot42/pkg-descr

Modified: head/print/ttftot42/Makefile
==============================================================================
--- head/print/ttftot42/Makefile	Wed Jan 24 08:51:37 2018	(r459822)
+++ head/print/ttftot42/Makefile	Wed Jan 24 09:02:07 2018	(r459823)
@@ -13,10 +13,9 @@ COMMENT=	TrueType to Type42 font converter
 LIB_DEPENDS=	libttf.so:print/freetype
 GNU_CONFIGURE=	yes
 
+USES=		localbase
 PLIST_FILES=	bin/ttftot42
 
-CPPFLAGS+=	-I${LOCALBASE}/include/freetype1/freetype \
-		-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-isystem${LOCALBASE}/include/freetype1/freetype
 
 .include <bsd.port.mk>

Modified: head/print/ttftot42/pkg-descr
==============================================================================
--- head/print/ttftot42/pkg-descr	Wed Jan 24 08:51:37 2018	(r459822)
+++ head/print/ttftot42/pkg-descr	Wed Jan 24 09:02:07 2018	(r459823)
@@ -1,3 +1,3 @@
 TrueType to Type42 font converter
 
-WWW: http://www.nih.at/ttftot42/
+WWW: https://www.nih.at/ttftot42/


More information about the svn-ports-all mailing list