From 81dd7a637c211fbc0b249bc42e169c0900c8afdc Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 8 Oct 2000 06:02:30 +0000 Subject: Rename PLIST.{CGI,DOC} to pkg-plist.{cgi,doc}. --- sysutils/nut/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/nut') diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 2215945f7feb..3c947fb57ae2 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -39,12 +39,12 @@ pre-fetch: .endif pre-install: - @cp ${PKGDIR}/PLIST ${WRKDIR}/PLIST.DYN + @cp ${PKGDIR}/pkg-plist ${WRKDIR}/PLIST.DYN .if !defined(NOPORSDOCS) - @cat ${PKGDIR}/PLIST.DOC >> ${WRKDIR}/PLIST.DYN + @cat ${PKGDIR}/pkg-plist.doc >> ${WRKDIR}/PLIST.DYN .endif .if defined(CGI) - @cat ${PKGDIR}/PLIST.CGI >> ${WRKDIR}/PLIST.DYN + @cat ${PKGDIR}/pkg-plist.cgi >> ${WRKDIR}/PLIST.DYN .endif post-install: -- cgit v1.2.3