aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwapcaplet
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-09 16:59:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-09 16:59:57 +0000
commite7a1e6a57bced039128468ec1de3c0310654c89c (patch)
tree802908d57c76cfa5aff930509d5b96f41722b837 /textproc/libwapcaplet
parent0c91c19165846eaab1923da004cf7e60cacfb8f6 (diff)
downloadports-e7a1e6a57bced039128468ec1de3c0310654c89c.tar.gz
ports-e7a1e6a57bced039128468ec1de3c0310654c89c.zip
Simplify Makefile
Suggested by: mat
Notes
Notes: svn path=/head/; revision=479319
Diffstat (limited to 'textproc/libwapcaplet')
-rw-r--r--textproc/libwapcaplet/Makefile8
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"