aboutsummaryrefslogtreecommitdiff
path: root/textproc/libcss
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-06 21:58:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-06 21:58:00 +0000
commit7a85bbbbcb89d84a45f44d273588702150b0dae0 (patch)
tree64252430ae4fa14499ba4948e6ca67760bb8e7cc /textproc/libcss
parent9b9dd4d750b45423d8f7eb628435e114b4baa632 (diff)
downloadports-7a85bbbbcb89d84a45f44d273588702150b0dae0.tar.gz
ports-7a85bbbbcb89d84a45f44d273588702150b0dae0.zip
Pass maintainership to submitter
- While I'm here: - Use DISTVERSIONSUFFIX instead of DISTNAME - Use = instead of += for MAKE_ENV and PLIST_SUB - Update post-install: to avoid stripping shared library multiple times PR: 231199 Submitted by: Neel Chauhan <neel@neelc.org>
Notes
Notes: svn path=/head/; revision=479163
Diffstat (limited to 'textproc/libcss')
-rw-r--r--textproc/libcss/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/libcss/Makefile b/textproc/libcss/Makefile
index bf1108737c10..aa1b47df2978 100644
--- a/textproc/libcss/Makefile
+++ b/textproc/libcss/Makefile
@@ -3,11 +3,11 @@
PORTNAME= libcss
PORTVERSION= 0.8.0
+DISTVERSIONSUFFIX= -src
CATEGORIES= textproc
MASTER_SITES= http://download.netsurf-browser.org/libs/releases/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= neel@neelc.org
COMMENT= Cascading Style Sheets library
LICENSE= MIT
@@ -19,12 +19,12 @@ LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \
USES= gmake iconv:wchar_t localbase pkgconfig
USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-MAKE_ENV+= COMPONENT_TYPE="lib-shared"
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAKE_ENV= COMPONENT_TYPE="lib-shared"
LDFLAGS+= ${ICONV_LIB}
-PLIST_SUB+= VERSION=${PORTVERSION}
+PLIST_SUB= VERSION=${PORTVERSION}
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcss.so*
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcss.so
.include <bsd.port.mk>