diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 11:54:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 11:54:56 +0800 |
commit | a914a4fa8c00ca84bda2023fdcea4080657afc22 (patch) | |
tree | e907e3d1c4e2b65ac85a5688b709f7d3254214c2 /net | |
parent | b952bb3790897c92c32925e0cbfc7eae74b388d4 (diff) | |
download | freebsd-ports-gnome-a914a4fa8c00ca84bda2023fdcea4080657afc22.tar.gz freebsd-ports-gnome-a914a4fa8c00ca84bda2023fdcea4080657afc22.tar.zst freebsd-ports-gnome-a914a4fa8c00ca84bda2023fdcea4080657afc22.zip |
Rename PLIST.DOC to pkg-plist.DOC.
Diffstat (limited to 'net')
-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 86ab3cc794d3..5123df6b06fa 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: |