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/heimdal | |
parent | 13208eb6514e6e68ff1fa167d015665d14e2b577 (diff) | |
download | ports-f8bc77d1c0db173b6a4c953320a65e469ad012b3.tar.gz ports-f8bc77d1c0db173b6a4c953320a65e469ad012b3.zip |
Notes
Diffstat (limited to 'security/heimdal')
-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 |