diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-10 00:59:57 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-10 00:59:57 +0800 |
commit | e7a1e6a57bced039128468ec1de3c0310654c89c (patch) | |
tree | 802908d57c76cfa5aff930509d5b96f41722b837 /textproc/libwapcaplet | |
parent | 0c91c19165846eaab1923da004cf7e60cacfb8f6 (diff) | |
download | freebsd-ports-gnome-e7a1e6a57bced039128468ec1de3c0310654c89c.tar.gz freebsd-ports-gnome-e7a1e6a57bced039128468ec1de3c0310654c89c.tar.zst freebsd-ports-gnome-e7a1e6a57bced039128468ec1de3c0310654c89c.zip |
Simplify Makefile
Suggested by: mat
Diffstat (limited to 'textproc/libwapcaplet')
-rw-r--r-- | textproc/libwapcaplet/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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" |