diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-01 16:49:54 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-01 16:49:54 +0000 |
commit | 1a64d336ad2c750703866373fcd1b72ab7ee9158 (patch) | |
tree | 4c88370ed055fc16038bb116326f679382dc30a3 /textproc/libroxml/Makefile | |
parent | 18d5d83a3d7a2d9e89c963e77f0b892dcae3cc95 (diff) |
Notes
Diffstat (limited to 'textproc/libroxml/Makefile')
-rw-r--r-- | textproc/libroxml/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile index c9a10b2e1cad..94a86257f9da 100644 --- a/textproc/libroxml/Makefile +++ b/textproc/libroxml/Makefile @@ -3,30 +3,31 @@ PORTNAME= libroxml PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= GOOGLE_CODE MAINTAINER= gaod@hychen.org -COMMENT= A minimum, easy-to-use, C implementation for xml file parsing +COMMENT= Minimum, easy-to-use, C implementation for xml file parsing LICENSE= LGPL21 PROJECTHOST= libroxml -USE_GMAKE= yes -MAKE_ENV+= DESTDIR=${PREFIX} +USES= gmake +# Workaround overwriting DESTDIR var +DESTDIRNAME= NONE +MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} USE_LDCONFIG= yes -MAN1= roxml.1 - PLIST_FILES= bin/roxml \ lib/libroxml.so \ lib/libroxml.so.0 \ lib/libroxml.a \ include/roxml.h \ - libdata/pkgconfig/libroxml.pc + libdata/pkgconfig/libroxml.pc \ + man/man1/roxml.1.gz -NO_STAGE= yes pre-build: @cd ${WRKSRC} && ${GMAKE} clean |