mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
- Simplify MASTER_SITES
- Add LICENSE - Fix build as non-root - Drop @dirrm* from plist - Add empty directory to plist
This commit is contained in:
parent
92f51515eb
commit
fe9fa9a6cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380234
2 changed files with 10 additions and 18 deletions
|
@ -6,12 +6,14 @@ DISTVERSION= 1.0.0-p5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.libspf.org/files/src/ \
|
MASTER_SITES= http://www.libspf.org/files/src/ \
|
||||||
${MASTER_SITE_LOCAL}
|
LOCAL/mnag/${PORTNAME}
|
||||||
MASTER_SITE_SUBDIR= mnag/${PORTNAME}
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Sender Policy Framework (SPF) library and client
|
COMMENT= Sender Policy Framework (SPF) library and client
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -41,6 +43,9 @@ CONFIGURE_ARGS+= --enable-logfile-stats
|
||||||
CONFIGURE_ARGS+= --enable-debug
|
CONFIGURE_ARGS+= --enable-debug
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@${CHMOD} u+w ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -39,19 +39,6 @@ lib/libspf.so
|
||||||
%%DATADIR%%/patches/qmail/1.05/netqmail-1.05-libspf-1.0.0-RC5.diff
|
%%DATADIR%%/patches/qmail/1.05/netqmail-1.05-libspf-1.0.0-RC5.diff
|
||||||
%%DATADIR%%/patches/qmail/1.05/netqmail-1.05-libspf-1.0.0-RC6.diff
|
%%DATADIR%%/patches/qmail/1.05/netqmail-1.05-libspf-1.0.0-RC6.diff
|
||||||
%%DATADIR%%/patches/qmail/README
|
%%DATADIR%%/patches/qmail/README
|
||||||
@dirrm %%DATADIR%%/patches/qmail/1.05
|
%%PORTDOCS%%@dir %%DOCSDIR%%/docs/qmail/1.04
|
||||||
@dirrm %%DATADIR%%/patches/qmail/1.03
|
%%PORTDOCS%%@dir %%DOCSDIR%%/docs/qmail/1.03
|
||||||
@dirrm %%DATADIR%%/patches/qmail
|
%%PORTDOCS%%@dir %%DOCSDIR%%/docs/Postfix/2.1.x
|
||||||
@dirrm %%DATADIR%%/patches/Sendmail/8.13.x
|
|
||||||
@dirrm %%DATADIR%%/patches/Sendmail/8.12.x
|
|
||||||
@dirrm %%DATADIR%%/patches/Sendmail
|
|
||||||
@dirrm %%DATADIR%%/patches/Postfix/2.1.x
|
|
||||||
@dirrm %%DATADIR%%/patches/Postfix
|
|
||||||
@dirrm %%DATADIR%%/patches/Courier-MTA
|
|
||||||
@dirrm %%DATADIR%%/patches
|
|
||||||
@dirrm %%DATADIR%%
|
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples/qmail/control
|
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples/qmail
|
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples/Sendmail
|
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples
|
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue