svn commit: r361118 - head/security/ssh-gui
Pawel Pekala
pawel at FreeBSD.org
Mon Jul 7 19:03:10 UTC 2014
Author: pawel
Date: Mon Jul 7 19:03:09 2014
New Revision: 361118
URL: http://svnweb.freebsd.org/changeset/ports/361118
QAT: https://qat.redports.org/buildarchive/r361118/
Log:
- Add staging support
- Remove leading article from COMMENT
- Convert to new options framework
Modified:
head/security/ssh-gui/Makefile
Modified: head/security/ssh-gui/Makefile
==============================================================================
--- head/security/ssh-gui/Makefile Mon Jul 7 18:54:17 2014 (r361117)
+++ head/security/ssh-gui/Makefile Mon Jul 7 19:03:09 2014 (r361118)
@@ -8,7 +8,7 @@ CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
-COMMENT= A front-end for ssh which can open multiple xterms
+COMMENT= Front-end for ssh which can open multiple xterms
USE_GNOME= gtk12
@@ -17,7 +17,8 @@ ALL_TARGET= ssh-gui
PLIST_FILES= bin/ssh-gui
PORTDOCS= README
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if !exists(/usr/bin/ssh) && !exists(${LOCALBASE}/bin/ssh)
@@ -30,12 +31,8 @@ post-patch:
${BUILD_WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list