aboutsummaryrefslogtreecommitdiff
path: root/shells/scsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r--shells/scsh/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile
index 1d9b07b02208..b4d1595a1a8f 100644
--- a/shells/scsh/Makefile
+++ b/shells/scsh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scsh
-PORTVERSION= 0.5.3
+PORTVERSION= 0.6.0
CATEGORIES= shells lang
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
@@ -26,15 +26,11 @@ ALL_TARGET= enough
MAN1= scsh.1
STRIP=
-.if !defined(NOPORTDOCS)
-PLIST= ${PKGDIR}/pkg-plist.doc
-.endif
-
post-install:
@strip ${PREFIX}/bin/scsh
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC} && \
- ${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc)
+ ${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc)
@${RM} -f ${PREFIX}/share/doc/scsh
@${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
.else