diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-19 07:21:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-19 07:21:09 +0000 |
commit | 371649dd277b29401157480a60dfb7980a79e552 (patch) | |
tree | e7636d78bbf3f753a8b18b39385feb218d15e744 /deskutils/gnustep-wrapper | |
parent | d43a2409018837ab0a920a97a717b5af3ccafe90 (diff) | |
download | ports-371649dd277b29401157480a60dfb7980a79e552.tar.gz ports-371649dd277b29401157480a60dfb7980a79e552.zip |
Notes
Diffstat (limited to 'deskutils/gnustep-wrapper')
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 1b9a68a4666b..274439243b02 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: gnsutep-wrapper -# Date created: 09 Nov 2006 +# Date created: 16 Nov 2006 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ @@ -15,14 +15,12 @@ DISTNAME= GNUstepWrapper-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Create GNUstep app-wrappers of non-GNUstep applications -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= -ALL_TARGET= +USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR} post-patch: ${REINPLACE_CMD} -e 's|cp -u|cp -p|' \ |