diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-09 13:55:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-09 13:55:58 +0800 |
commit | 9bae805114b398c64a6cdae36bf6c5b0f5a2e814 (patch) | |
tree | 709e35927ab4b320a9677b7419ae74390c642070 /textproc | |
parent | 1922f1c6ac4e65122134dd86c1532008150b5cdc (diff) | |
download | freebsd-ports-gnome-9bae805114b398c64a6cdae36bf6c5b0f5a2e814.tar.gz freebsd-ports-gnome-9bae805114b398c64a6cdae36bf6c5b0f5a2e814.tar.zst freebsd-ports-gnome-9bae805114b398c64a6cdae36bf6c5b0f5a2e814.zip |
Fix packaging for linux-c6-libtasn1 and linux-f10-libtasn1
Prevent future issues for mdocml
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 2 | ||||
-rw-r--r-- | textproc/mdocml/pkg-plist | 5 |
2 files changed, 6 insertions, 1 deletions
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 |