diff options
Diffstat (limited to 'deskutils/gnustep-wrapper')
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 6f4638c7935d..6e55dd98b5af 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep #MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ MASTER_SITES= LOCAL/dinoex @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create GNUstep app-wrappers of non-GNUstep applications LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build @@ -29,7 +30,10 @@ post-patch: ${WRKSRC}/GNUmakefile post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \ + ${INSTALL_PROGRAM} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \ ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/GSWrapper_Launcher + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libGSWrapper.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/WrapperFactory.app/WrapperFactory .include <bsd.port.mk> |