diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:02:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:02:30 +0000 |
commit | 81dd7a637c211fbc0b249bc42e169c0900c8afdc (patch) | |
tree | d6f38b3b479f579de753a27d4a6cd55d71cfc689 /sysutils/nut | |
parent | bf5cbf6733459599e868cb6571191f696fb3746b (diff) | |
download | ports-81dd7a637c211fbc0b249bc42e169c0900c8afdc.tar.gz ports-81dd7a637c211fbc0b249bc42e169c0900c8afdc.zip |
Notes
Diffstat (limited to 'sysutils/nut')
-rw-r--r-- | sysutils/nut/Makefile | 6 |
1 files changed, 3 insertions, 3 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: |