diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-06 12:07:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-06 12:07:23 +0000 |
commit | 4786afc60277b2257f250244d41397e4e6016662 (patch) | |
tree | 019b5ad59ad7a1c0cd6a40d8f2a6e1086b27d06e /deskutils | |
parent | be13b486d16365d78fd25441afec86330df421cc (diff) | |
download | ports-4786afc60277b2257f250244d41397e4e6016662.tar.gz ports-4786afc60277b2257f250244d41397e4e6016662.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/appwrapper/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index 20a0485823db..b999ce5fc31c 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= appwrapper PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION} DISTNAME= AppWrapper.${PORTVERSION} @@ -25,4 +25,7 @@ post-patch: ${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/AppWrapper.app/AppWrapper + .include <bsd.port.mk> |