summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 05:57:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 05:57:33 +0000
commitf8bc77d1c0db173b6a4c953320a65e469ad012b3 (patch)
tree3cdf4f6a15179115e239c5ecfe6705c2b8235d39 /security/heimdal
parentRename 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}.
Notes
Notes: svn path=/head/; revision=33542
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile6
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