diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-01-29 21:48:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-01-29 22:52:31 +0000 |
commit | 3378a655620d4e40d86f03860211b94c88e207fd (patch) | |
tree | 12dacd80f77d1b03b563d63c2049d3873a5a3bca /security/krb5-120 | |
parent | 734ecfaad4a7310d86ec2acf1a8ff86a100588fd (diff) | |
download | ports-3378a655620d4e40d86f03860211b94c88e207fd.tar.gz ports-3378a655620d4e40d86f03860211b94c88e207fd.zip |
security/krb5-1*: Fix plist error
Fix:
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: @dir %%DOCSDIR%%
===> Error: Plist issues found.
*** Error code 1
Diffstat (limited to 'security/krb5-120')
-rw-r--r-- | security/krb5-120/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/krb5-120/Makefile b/security/krb5-120/Makefile index 308dfad27678..bd6c3b2f424a 100644 --- a/security/krb5-120/Makefile +++ b/security/krb5-120/Makefile @@ -1,6 +1,6 @@ PORTNAME= krb5 PORTVERSION= 1.20.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -111,6 +111,7 @@ PDF_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf .include <bsd.port.pre.mk> post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/krb5 # html documentation .if ${PORT_OPTIONS:MKRB5_PDF} pdf_files=`${FIND} ${PDF_DOC_DIR} ! -type d` |