diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 03:54:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 03:54:56 +0000 |
commit | a914a4fa8c00ca84bda2023fdcea4080657afc22 (patch) | |
tree | e907e3d1c4e2b65ac85a5688b709f7d3254214c2 /net/mars_nwe | |
parent | b952bb3790897c92c32925e0cbfc7eae74b388d4 (diff) | |
download | FreeBSD-ports-a914a4fa8c00ca84bda2023fdcea4080657afc22.zip FreeBSD-ports-a914a4fa8c00ca84bda2023fdcea4080657afc22.tar.gz |
Rename PLIST.DOC to pkg-plist.DOC.
Diffstat (limited to 'net/mars_nwe')
-rw-r--r-- | net/mars_nwe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mars_nwe/Makefile b/net/mars_nwe/Makefile index 86ab3cc..5123df6 100644 --- a/net/mars_nwe/Makefile +++ b/net/mars_nwe/Makefile @@ -31,9 +31,9 @@ do-install: @${ECHO} "Please read details in ${WORKDIR}/mars_nwe/doc directory." 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 post-install: |