mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
61335d5533
commit
d544744da6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359488
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= opendmarc
|
PORTNAME= opendmarc
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail security
|
CATEGORIES= mail security
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME} \
|
MASTER_SITE_SUBDIR= ${PORTNAME} \
|
||||||
|
@ -19,7 +20,7 @@ LICENSE_GROUPS_SENDMAIL= FSF OSI
|
||||||
LICENSE_NAME_SENDMAIL= Sendmail Open Source License
|
LICENSE_NAME_SENDMAIL= Sendmail Open Source License
|
||||||
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
|
|
||||||
USES= shebangfix
|
USES= libtool shebangfix
|
||||||
SHEBANG_FILES= reports/opendmarc-expire.in \
|
SHEBANG_FILES= reports/opendmarc-expire.in \
|
||||||
reports/opendmarc-import.in \
|
reports/opendmarc-import.in \
|
||||||
reports/opendmarc-params.in \
|
reports/opendmarc-params.in \
|
||||||
|
|
|
@ -9,8 +9,8 @@ man/man8/opendmarc-importstats.8.gz
|
||||||
etc/mail/opendmarc.conf.sample
|
etc/mail/opendmarc.conf.sample
|
||||||
include/opendmarc/dmarc.h
|
include/opendmarc/dmarc.h
|
||||||
lib/libopendmarc.a
|
lib/libopendmarc.a
|
||||||
lib/libopendmarc.la
|
|
||||||
lib/libopendmarc.so.1
|
lib/libopendmarc.so.1
|
||||||
|
lib/libopendmarc.so.1.0.2
|
||||||
lib/libopendmarc.so
|
lib/libopendmarc.so
|
||||||
sbin/opendmarc
|
sbin/opendmarc
|
||||||
sbin/opendmarc-check
|
sbin/opendmarc-check
|
||||||
|
|
Loading…
Add table
Reference in a new issue