summaryrefslogtreecommitdiff
path: root/sysutils/nut/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:02:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:02:30 +0000
commit81dd7a637c211fbc0b249bc42e169c0900c8afdc (patch)
treed6f38b3b479f579de753a27d4a6cd55d71cfc689 /sysutils/nut/Makefile
parentRename PLIST.noshared to pkg-plist.noshared. (diff)
Rename PLIST.{CGI,DOC} to pkg-plist.{cgi,doc}.
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r--sysutils/nut/Makefile6
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: