diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:04:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:04:55 +0800 |
commit | 3ff316a5bea3a068e0f3789c9aaaed14fc521fa0 (patch) | |
tree | 3aa70c90c69b29cef8cfd6ef268ee537aa996c3a /shells | |
parent | d7c46ca1413d2e0293bb2320a0e12ea1a6490d8b (diff) | |
download | freebsd-ports-gnome-3ff316a5bea3a068e0f3789c9aaaed14fc521fa0.tar.gz freebsd-ports-gnome-3ff316a5bea3a068e0f3789c9aaaed14fc521fa0.tar.zst freebsd-ports-gnome-3ff316a5bea3a068e0f3789c9aaaed14fc521fa0.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: |