diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-09 16:59:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-09 16:59:57 +0000 |
commit | e7a1e6a57bced039128468ec1de3c0310654c89c (patch) | |
tree | 802908d57c76cfa5aff930509d5b96f41722b837 /textproc | |
parent | 0c91c19165846eaab1923da004cf7e60cacfb8f6 (diff) | |
download | ports-e7a1e6a57bced039128468ec1de3c0310654c89c.tar.gz ports-e7a1e6a57bced039128468ec1de3c0310654c89c.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libcss/Makefile | 3 | ||||
-rw-r--r-- | textproc/libwapcaplet/Makefile | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/textproc/libcss/Makefile b/textproc/libcss/Makefile index aa1b47df2978..75046207b89a 100644 --- a/textproc/libcss/Makefile +++ b/textproc/libcss/Makefile @@ -3,9 +3,9 @@ PORTNAME= libcss PORTVERSION= 0.8.0 -DISTVERSIONSUFFIX= -src CATEGORIES= textproc MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= Cascading Style Sheets library @@ -19,7 +19,6 @@ LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \ USES= gmake iconv:wchar_t localbase pkgconfig USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= COMPONENT_TYPE="lib-shared" LDFLAGS+= ${ICONV_LIB} PLIST_SUB= VERSION=${PORTVERSION} diff --git a/textproc/libwapcaplet/Makefile b/textproc/libwapcaplet/Makefile index b4ace08eb95b..558b75f14762 100644 --- a/textproc/libwapcaplet/Makefile +++ b/textproc/libwapcaplet/Makefile @@ -3,9 +3,9 @@ PORTNAME= libwapcaplet PORTVERSION= 0.4.1 -DISTVERSIONSUFFIX= -src CATEGORIES= textproc MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ +EXTRACT_SUFX= -src.tar.gz MAINTAINER= neel@neelc.org COMMENT= String internment library @@ -13,13 +13,11 @@ COMMENT= String internment library LICENSE= MIT BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \ - ${LOCALBASE}/bin/flex:textproc/flex + ${LOCALBASE}/bin/flex:textproc/flex -USES= gmake +USES= gmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - MAKE_ENV= COMPONENT_TYPE="lib-shared" \ FLEX="${LOCALBASE}/bin/flex" |