diff options
Diffstat (limited to 'graphics/camerakit/Makefile')
-rw-r--r-- | graphics/camerakit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile index 58a3ca942623..3ae63db80522 100644 --- a/graphics/camerakit/Makefile +++ b/graphics/camerakit/Makefile @@ -2,7 +2,7 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 @@ -19,6 +19,6 @@ USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/CameraKit post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so .include <bsd.port.mk> |