diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 06:02:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 06:02:30 +0000 |
commit | 16220805bcc30dc013db6826726540ec03c91a08 (patch) | |
tree | d7c6960b5fd663064cb4e957f95a0736763744b8 /sysutils/nut22 | |
parent | 478348e8abd86c3c6d34dd5881ce6bad5561a1d5 (diff) | |
download | FreeBSD-ports-16220805bcc30dc013db6826726540ec03c91a08.zip FreeBSD-ports-16220805bcc30dc013db6826726540ec03c91a08.tar.gz |
Rename PLIST.{CGI,DOC} to pkg-plist.{cgi,doc}.
Diffstat (limited to 'sysutils/nut22')
-rw-r--r-- | sysutils/nut22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 2215945..3c947fb5 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: |