diff options
author | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
commit | 9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /sysutils/batmon/Makefile | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) | |
download | ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip |
Notes
Diffstat (limited to 'sysutils/batmon/Makefile')
-rw-r--r-- | sysutils/batmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 3a7c813edb41..08ec5268f42a 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -2,7 +2,7 @@ PORTNAME= batmon PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap @@ -19,6 +19,6 @@ post-patch: ${WRKSRC}/GNUmakefile post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/batmon.app/batmon + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/batmon.app/batmon .include <bsd.port.mk> |