mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/asn1c: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
d3703a3c77
commit
5cc68389e0
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= asn1c
|
PORTNAME= asn1c
|
||||||
PORTVERSION= 0.9.27
|
PORTVERSION= 0.9.27
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= lang converters security
|
CATEGORIES= lang converters security
|
||||||
|
|
||||||
|
@ -12,6 +13,7 @@ GH_ACCOUNT= vlm
|
||||||
GH_PROJECT= asn1c
|
GH_PROJECT= asn1c
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= cpe perl5 gmake
|
USES= cpe perl5 gmake
|
||||||
CPE_VENDOR= ${PORTNAME}_project
|
CPE_VENDOR= ${PORTNAME}_project
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
|
@ -2,9 +2,9 @@ bin/asn1c
|
||||||
bin/crfc2asn1.pl
|
bin/crfc2asn1.pl
|
||||||
bin/enber
|
bin/enber
|
||||||
bin/unber
|
bin/unber
|
||||||
man/man1/asn1c.1.gz
|
share/man/man1/asn1c.1.gz
|
||||||
man/man1/enber.1.gz
|
share/man/man1/enber.1.gz
|
||||||
man/man1/unber.1.gz
|
share/man/man1/unber.1.gz
|
||||||
%%DATADIR%%/ANY.c
|
%%DATADIR%%/ANY.c
|
||||||
%%DATADIR%%/ANY.h
|
%%DATADIR%%/ANY.h
|
||||||
%%DATADIR%%/BIT_STRING.c
|
%%DATADIR%%/BIT_STRING.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue