summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 02:24:42 +0000
committerasami <asami@FreeBSD.org>2000-10-08 02:24:42 +0000
commit3a25caf2327a968d1366ec103ab7db131db98682 (patch)
tree3877aec8e8e16225c7d198770e45c122cfc3f141
parent3ab75aeb981637ff93e7116de99defc3ff70c99d (diff)
downloadFreeBSD-ports-3a25caf2327a968d1366ec103ab7db131db98682.zip
FreeBSD-ports-3a25caf2327a968d1366ec103ab7db131db98682.tar.gz
Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}.
-rw-r--r--mail/maildrop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index d1c20b5..4ab9e85 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -56,12 +56,12 @@ CONFIGURE_ARGS+= --without-gdbm
PLIST= ${WRKDIR}/PLIST
post-patch:
- @${CP} ${PKGDIR}/PLIST ${WRKDIR}
+ @${CP} ${PKGDIR}/pkg-plist ${PLIST}
.if !defined(NO_GDBM)
- @${CAT} ${PKGDIR}/PLIST.gdbm >> ${WRKDIR}/PLIST
+ @${CAT} ${PKGDIR}/pkg-plist.gdbm >> ${PLIST}
.endif
.if !defined(NOPORTDOCS)
- @${CAT} ${PKGDIR}/PLIST.docs >> ${WRKDIR}/PLIST
+ @${CAT} ${PKGDIR}/pkg-plist.docs >> ${PLIST}
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud