mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
Fix packaging for linux-c6-libtasn1 and linux-f10-libtasn1
Prevent future issues for mdocml
This commit is contained in:
parent
a89cf08f6f
commit
22a3335b80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370502
4 changed files with 8 additions and 3 deletions
|
@ -15,7 +15,7 @@ RPMVERSION= 3.el6_2.1
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PLIST_FILES= usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.1.6
|
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
|
PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf
|
||||||
DESCR= ${.CURDIR}/../libtasn1/pkg-descr
|
DESCR= ${.CURDIR}/../libtasn1/pkg-descr
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ RPMVERSION= 1.fc10
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PLIST_FILES= usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.0.16
|
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
|
PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf
|
||||||
DESCR= ${.CURDIR}/../libtasn1/pkg-descr
|
DESCR= ${.CURDIR}/../libtasn1/pkg-descr
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= mdoc macro compiler
|
||||||
|
|
||||||
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
||||||
|
|
||||||
EXAMPLESDIR_REL=share/examples/mandoc
|
EXAMPLESDIR= ${PREFIX}/share/examples/mandoc
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -3,6 +3,11 @@ bin/demandoc
|
||||||
bin/mandoc
|
bin/mandoc
|
||||||
@comment bin/preconv
|
@comment bin/preconv
|
||||||
bin/whatis
|
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/apropos.1.gz
|
||||||
man/man1/demandoc.1.gz
|
man/man1/demandoc.1.gz
|
||||||
man/man1/mandoc.1.gz
|
man/man1/mandoc.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue