diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/jrdesktop/Makefile | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/jrdesktop/Makefile')
-rw-r--r-- | net/jrdesktop/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/jrdesktop/Makefile b/net/jrdesktop/Makefile index 031e439b1c4b..5d3a5ee84137 100644 --- a/net/jrdesktop/Makefile +++ b/net/jrdesktop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jrdesktop -# Date created: May 7 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= jrdesktop PORTVERSION= 0.2.0030 @@ -22,6 +18,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} TXTFILES= changes.txt license.txt readme.txt +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/dist/jrdesktop.jar ${JAVAJARDIR} ${INSTALL_SCRIPT} ${FILESDIR}/jrdesktop.in ${PREFIX}/bin/jrdesktop |