summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:24:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:24:42 +0000
commitd9968cd0ec8a0a7c8255ad08bdfb3de5c8b7b8b6 (patch)
tree79cb0b42a4f7d6654245c14f922e238ed638aa10 /mail/maildrop
parentRename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}. (diff)
Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}.
Notes
Notes: svn path=/head/; revision=33523
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index d1c20b520b75..4ab9e85972ae 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>