diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-19 07:21:09 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-19 07:21:09 +0000 |
commit | 50d2c8bf804d8a3e1ab3bda9bae92db40f7b2378 (patch) | |
tree | 89399b2d459f0bab74dc804651029fcb854ab557 /deskutils | |
parent | e687792c657e9cd08218580f0a49c2513c385c71 (diff) | |
download | FreeBSD-ports-50d2c8bf804d8a3e1ab3bda9bae92db40f7b2378.zip FreeBSD-ports-50d2c8bf804d8a3e1ab3bda9bae92db40f7b2378.tar.gz |
- fix comment
- add USE_GNUSTEP_LDCONFIG
Diffstat (limited to 'deskutils')
-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 1b9a68a..2744392 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|' \ |