diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 02:24:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 02:24:42 +0000 |
commit | 3a25caf2327a968d1366ec103ab7db131db98682 (patch) | |
tree | 3877aec8e8e16225c7d198770e45c122cfc3f141 | |
parent | 3ab75aeb981637ff93e7116de99defc3ff70c99d (diff) | |
download | FreeBSD-ports-3a25caf2327a968d1366ec103ab7db131db98682.zip FreeBSD-ports-3a25caf2327a968d1366ec103ab7db131db98682.tar.gz |
Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}.
-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 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> |