diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 03:44:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 03:44:55 +0800 |
commit | 2bd5905aefb461d798908af8ae5e6cd1b98ed3a0 (patch) | |
tree | 0c3a3f9d1e5f28cf8439af0d36e9cfe396b350b6 /deskutils | |
parent | 300804e0355608c4d04f92b497f2e2c79fb78320 (diff) | |
download | freebsd-ports-gnome-2bd5905aefb461d798908af8ae5e6cd1b98ed3a0.tar.gz freebsd-ports-gnome-2bd5905aefb461d798908af8ae5e6cd1b98ed3a0.tar.zst freebsd-ports-gnome-2bd5905aefb461d798908af8ae5e6cd1b98ed3a0.zip |
- Strip binary
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnustep-notebook/Makefile | 5 |
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> |