Clean up properly after ourselves now that bsd.port.mk allows it. Bump
PORTREVISION. Approved by: maintainer
This commit is contained in:
parent
86ed4e1e0c
commit
a584da8b9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123894
2 changed files with 18 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= krb4
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/
|
||||
|
||||
|
@ -18,6 +18,7 @@ COMMENT= KTH Kerberos 4
|
|||
# which have the same name as some in the base system (e.g.
|
||||
# ftp, telnet, su).
|
||||
PREFIX?= ${LOCALBASE}/krb4
|
||||
NO_MTREE= yes # Otherwise we end up with dozens of extra directories in ${PREFIX}
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -31,6 +32,8 @@ CONFIGURE_ENV+= \
|
|||
"CPPFLAGS=-DOPENSSL_DES_LIBDES_COMPATIBILITY" \
|
||||
"LDFLAGS=-Wl,-rpath,${PREFIX}/lib"
|
||||
|
||||
INFO= kth-krb
|
||||
|
||||
post-install:
|
||||
install-info ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir
|
||||
${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \
|
||||
|
|
|
@ -48,9 +48,6 @@ include/rtbl.h
|
|||
include/sl.h
|
||||
include/ss/ss.h
|
||||
include/xdbm.h
|
||||
@unexec install-info --delete %D/info/kth-krb.info %D/info/dir
|
||||
info/kth-krb.info
|
||||
@exec install-info %D/info/kth-krb.info %D/info/dir
|
||||
lib/libacl.a
|
||||
lib/libacl.so
|
||||
lib/libacl.so.1
|
||||
|
@ -100,4 +97,18 @@ sbin/kdb_init
|
|||
sbin/kdb_util
|
||||
sbin/ksrvutil
|
||||
sbin/kstash
|
||||
@dirrm bin
|
||||
@dirrm include/ss
|
||||
@dirrm include
|
||||
@dirrm lib
|
||||
@dirrm libexec
|
||||
@dirrm man/cat1
|
||||
@dirrm man/cat3
|
||||
@dirrm man/cat5
|
||||
@dirrm man/cat8
|
||||
@dirrm man/man1
|
||||
@dirrm man/man3
|
||||
@dirrm man/man5
|
||||
@dirrm man/man8
|
||||
@dirrm man
|
||||
@dirrm sbin
|
||||
|
|
Loading…
Reference in a new issue