diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:54:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:54:56 +0000 |
commit | 35e7dbc78d28d95df28b47847b5a3953d9f8d78d (patch) | |
tree | 23a363e21f3db1c45922c55bc2ae0e7be6b16f8e /net/mars_nwe/Makefile | |
parent | 2d4b39159a8fec370da7498d4eab001d77981224 (diff) | |
download | ports-35e7dbc78d28d95df28b47847b5a3953d9f8d78d.tar.gz ports-35e7dbc78d28d95df28b47847b5a3953d9f8d78d.zip |
Notes
Diffstat (limited to 'net/mars_nwe/Makefile')
-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: |