mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Sort the knobs for better readability
- Remove redundant PKGMESSAGE assignment
This commit is contained in:
parent
2a789c8379
commit
12f48802a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469112
@ -16,11 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_GCC= any
|
||||
USES= bdb ssl
|
||||
USE_GCC= any
|
||||
USE_RC_SUBR= pksd
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= pks_help.* README EMAIL
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${DATADIR} \
|
||||
--localstatedir=/var/pks \
|
||||
@ -32,9 +31,9 @@ CONFIGURE_ENV= DBLIB="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" \
|
||||
DBINC=-I${BDB_INCLUDE_DIR} DBHDR=db.h
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
USE_RC_SUBR= pksd
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= pks_help.* README EMAIL
|
||||
|
||||
post-extract:
|
||||
@${CP} -a ${FILESDIR}/EMAIL ${WRKSRC}
|
||||
|
Loading…
Reference in New Issue
Block a user