diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 05:57:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 05:57:33 +0000 |
commit | 78a7133f92e52644f6cd08f7f6a7b77a6d321ae4 (patch) | |
tree | 1dcb45a9d3aa3e4937a74981f88dcf32c4f7fc57 | |
parent | 4ad3add9eba5506c5f628ccf1dff1e0e75877f98 (diff) | |
download | FreeBSD-ports-78a7133f92e52644f6cd08f7f6a7b77a6d321ae4.zip FreeBSD-ports-78a7133f92e52644f6cd08f7f6a7b77a6d321ae4.tar.gz |
Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.
-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 c244657..730cdc0 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 |