aboutsummaryrefslogtreecommitdiff
path: root/net/remotedesk/Makefile
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2015-09-19 10:33:34 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2015-09-19 10:33:34 +0000
commit9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch)
treeda5a3eeed8b9041e9805decaee1098282defef37 /net/remotedesk/Makefile
parent1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff)
downloadports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz
ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip
Notes
Diffstat (limited to 'net/remotedesk/Makefile')
-rw-r--r--net/remotedesk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/remotedesk/Makefile b/net/remotedesk/Makefile
index 0fab090400ab..2fb326349376 100644
--- a/net/remotedesk/Makefile
+++ b/net/remotedesk/Makefile
@@ -2,7 +2,7 @@
PORTNAME= remotedesk
PORTVERSION= 0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= RemoteDesk-${PORTVERSION}
@@ -22,6 +22,6 @@ post-patch:
${WRKSRC}/GNUmakefile
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/RemoteDesk.app/RemoteDesk
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/RemoteDesk.app/RemoteDesk
.include <bsd.port.mk>