diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 14:04:55 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 14:04:55 +0800 |
commit | d241076aed72200997c69b6b9a1018dd8bad3c30 (patch) | |
tree | 8336c64b468df45ff4a433a7e3efc8054b3f4e7a /shells | |
parent | a0b090ea7f17816c08348a10062431b32b988e9b (diff) | |
download | freebsd-ports-gnome-d241076aed72200997c69b6b9a1018dd8bad3c30.tar.gz freebsd-ports-gnome-d241076aed72200997c69b6b9a1018dd8bad3c30.tar.zst freebsd-ports-gnome-d241076aed72200997c69b6b9a1018dd8bad3c30.zip |
Rename PLIST.doc to pkg-plist.doc.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |