Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.

This commit is contained in:
Satoshi Asami 2000-10-08 05:57:33 +00:00
parent 13208eb651
commit f8bc77d1c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33542

View file

@ -62,12 +62,12 @@ CONFIGURE_ARGS+= --without-krb4
PLIST:= ${WRKDIR}/PLIST
pre-install:
@${CP} ${PKGDIR}/PLIST ${PLIST}
@${CP} ${PKGDIR}/pkg-plist ${PLIST}
.if exists(/usr/lib/libkrb.a) && !defined(WITHOUT_KRB4)
@${CAT} ${PKGDIR}/PLIST.KRB4 >> ${PLIST}
@${CAT} ${PKGDIR}/pkg-plist.krb4 >> ${PLIST}
.endif
.if defined(USE_XLIB)
@${CAT} ${PKGDIR}/PLIST.X11 >> ${PLIST}
@${CAT} ${PKGDIR}/pkg-plist.x11 >> ${PLIST}
.endif
# awful hack to avoid running automake after patching configure