diff options
-rw-r--r-- | sysutils/nut/Makefile | 6 | ||||
-rw-r--r-- | sysutils/nut22/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
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: diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 2215945f7feb..3c947fb57ae2 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/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: |