aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnustep-notebook
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnustep-notebook')
-rw-r--r--deskutils/gnustep-notebook/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/gnustep-notebook/Makefile b/deskutils/gnustep-notebook/Makefile
index 1198c082b796..6d32c0bf0344 100644
--- a/deskutils/gnustep-notebook/Makefile
+++ b/deskutils/gnustep-notebook/Makefile
@@ -2,7 +2,7 @@
PORTNAME= notebook
PORTVERSION= 0.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= deskutils gnustep
MASTER_SITES= http://notebook.cowgar.com/NoteBook/releases/ \
http://io.debian.net/~tar/debian/notebook/
@@ -17,4 +17,7 @@ LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NoteBook.app/NoteBook
+
.include <bsd.port.mk>