diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:24:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:24:42 +0000 |
commit | d9968cd0ec8a0a7c8255ad08bdfb3de5c8b7b8b6 (patch) | |
tree | 79cb0b42a4f7d6654245c14f922e238ed638aa10 /mail/maildrop | |
parent | da97619562d3d302ac6f722db57e2ff8e189c700 (diff) | |
download | ports-d9968cd0ec8a0a7c8255ad08bdfb3de5c8b7b8b6.tar.gz ports-d9968cd0ec8a0a7c8255ad08bdfb3de5c8b7b8b6.zip |
Notes
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 6 |
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> |