diff options
-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: |