Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2014 05:55:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370502 - in head: security/linux-c6-libtasn1 security/linux-f10-libtasn1 textproc/mdocml
Message-ID:  <201410090555.s995tw6X067245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct  9 05:55:58 2014
New Revision: 370502
URL: https://svnweb.freebsd.org/changeset/ports/370502
QAT: https://qat.redports.org/buildarchive/r370502/

Log:
  Fix packaging for linux-c6-libtasn1 and linux-f10-libtasn1
  Prevent future issues for mdocml

Modified:
  head/security/linux-c6-libtasn1/Makefile
  head/security/linux-f10-libtasn1/Makefile
  head/textproc/mdocml/Makefile
  head/textproc/mdocml/pkg-plist

Modified: head/security/linux-c6-libtasn1/Makefile
==============================================================================
--- head/security/linux-c6-libtasn1/Makefile	Thu Oct  9 05:42:58 2014	(r370501)
+++ head/security/linux-c6-libtasn1/Makefile	Thu Oct  9 05:55:58 2014	(r370502)
@@ -15,7 +15,7 @@ RPMVERSION=	3.el6_2.1
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.1.6
-DOCSDIR_REL=	usr/share/doc/${PORTNAME}-${PORTVERSION}
+DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf
 DESCR=		${.CURDIR}/../libtasn1/pkg-descr
 

Modified: head/security/linux-f10-libtasn1/Makefile
==============================================================================
--- head/security/linux-f10-libtasn1/Makefile	Thu Oct  9 05:42:58 2014	(r370501)
+++ head/security/linux-f10-libtasn1/Makefile	Thu Oct  9 05:55:58 2014	(r370502)
@@ -16,7 +16,7 @@ RPMVERSION=	1.fc10
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.0.16
-DOCSDIR_REL=	usr/share/doc/${PORTNAME}-${PORTVERSION}
+DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf
 DESCR=		${.CURDIR}/../libtasn1/pkg-descr
 

Modified: head/textproc/mdocml/Makefile
==============================================================================
--- head/textproc/mdocml/Makefile	Thu Oct  9 05:42:58 2014	(r370501)
+++ head/textproc/mdocml/Makefile	Thu Oct  9 05:55:58 2014	(r370502)
@@ -13,7 +13,7 @@ COMMENT=	mdoc macro compiler
 
 LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
-EXAMPLESDIR_REL=share/examples/mandoc
+EXAMPLESDIR=	${PREFIX}/share/examples/mandoc
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/textproc/mdocml/pkg-plist
==============================================================================
--- head/textproc/mdocml/pkg-plist	Thu Oct  9 05:42:58 2014	(r370501)
+++ head/textproc/mdocml/pkg-plist	Thu Oct  9 05:55:58 2014	(r370502)
@@ -3,6 +3,11 @@ bin/demandoc
 bin/mandoc
 @comment bin/preconv 
 bin/whatis
+@comment include/mandoc/man.h
+@comment include/mandoc/mandoc.h
+@comment include/mandoc/mandoc_aux.h
+@comment include/mandoc/mdoc.h
+@comment lib/mandoc/libmandoc.a
 man/man1/apropos.1.gz
 man/man1/demandoc.1.gz
 man/man1/mandoc.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410090555.s995tw6X067245>