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