diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-09 05:55:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-09 05:55:58 +0000 |
commit | 22a3335b80ddba4c68eb21b85382d0ed8515087e (patch) | |
tree | 709e35927ab4b320a9677b7419ae74390c642070 | |
parent | a89cf08f6ffc565527a7c17a3f4713dfd284eae6 (diff) |
Notes
-rw-r--r-- | security/linux-c6-libtasn1/Makefile | 2 | ||||
-rw-r--r-- | security/linux-f10-libtasn1/Makefile | 2 | ||||
-rw-r--r-- | textproc/mdocml/Makefile | 2 | ||||
-rw-r--r-- | textproc/mdocml/pkg-plist | 5 |
4 files changed, 8 insertions, 3 deletions
diff --git a/security/linux-c6-libtasn1/Makefile b/security/linux-c6-libtasn1/Makefile index 6724fc9672a2..1cfcf8ac2f5a 100644 --- a/security/linux-c6-libtasn1/Makefile +++ b/security/linux-c6-libtasn1/Makefile @@ -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 diff --git a/security/linux-f10-libtasn1/Makefile b/security/linux-f10-libtasn1/Makefile index 8e4bd6cbd8a0..4779235bb68c 100644 --- a/security/linux-f10-libtasn1/Makefile +++ b/security/linux-f10-libtasn1/Makefile @@ -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 diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 522d9b26dd27..c4d485065764 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -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 diff --git a/textproc/mdocml/pkg-plist b/textproc/mdocml/pkg-plist index feba53ae6600..1bf064c7836b 100644 --- a/textproc/mdocml/pkg-plist +++ b/textproc/mdocml/pkg-plist @@ -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 |