diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:57:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 05:57:33 +0000 |
commit | f8bc77d1c0db173b6a4c953320a65e469ad012b3 (patch) | |
tree | 3cdf4f6a15179115e239c5ecfe6705c2b8235d39 /security | |
parent | Rename PLIST.v6 to pkg-plist.v6. (I can't think of a reason why there (diff) |
Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index c24465739a24..730cdc0080d0 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -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 |