diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-06 21:58:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-06 21:58:00 +0000 |
commit | 7a85bbbbcb89d84a45f44d273588702150b0dae0 (patch) | |
tree | 64252430ae4fa14499ba4948e6ca67760bb8e7cc /textproc/libcss | |
parent | 9b9dd4d750b45423d8f7eb628435e114b4baa632 (diff) | |
download | ports-7a85bbbbcb89d84a45f44d273588702150b0dae0.tar.gz ports-7a85bbbbcb89d84a45f44d273588702150b0dae0.zip |
Notes
Diffstat (limited to 'textproc/libcss')
-rw-r--r-- | textproc/libcss/Makefile | 12 |
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> |