diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:04:55 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:04:55 +0000 |
| commit | d241076aed72200997c69b6b9a1018dd8bad3c30 (patch) | |
| tree | 8336c64b468df45ff4a433a7e3efc8054b3f4e7a | |
| parent | a0b090ea7f17816c08348a10062431b32b988e9b (diff) | |
Rename PLIST.doc to pkg-plist.doc.
| -rw-r--r-- | lang/scsh/Makefile | 2 | ||||
| -rw-r--r-- | shells/scsh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index f5042f010dbf..37df4eac78e2 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -27,7 +27,7 @@ MAN1= scsh.1 STRIP= .if !defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.doc +PLIST= ${PKGDIR}/pkg-plist.doc .endif post-install: diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index f5042f010dbf..37df4eac78e2 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -27,7 +27,7 @@ MAN1= scsh.1 STRIP= .if !defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.doc +PLIST= ${PKGDIR}/pkg-plist.doc .endif post-install: |
