diff options
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index ac6a2128acac..812bd17279c0 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -122,13 +122,6 @@ post-install: .endfor .endif -# fixup packing list (no libs without version numbers in aout case) -.if ${PORTOBJFORMAT} == "aout" - ${ECHO_MSG} "Fixing packing list for a.out" - ${MV} ${TMPPLIST} ${TMPPLIST}.new - ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} - ${RM} ${TMPPLIST}.new -.endif @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" |