diff options
author | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
commit | 9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /deskutils/toolboxkit | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) | |
download | ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.zip |
Notes
Diffstat (limited to 'deskutils/toolboxkit')
-rw-r--r-- | deskutils/toolboxkit/Makefile | 4 | ||||
-rw-r--r-- | deskutils/toolboxkit/pkg-plist | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile index 04f72016247e..5cca5a4c3c8c 100644 --- a/deskutils/toolboxkit/Makefile +++ b/deskutils/toolboxkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= toolbox PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ LOCAL/dinoex @@ -21,6 +21,6 @@ USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Toolbox/Toolbox post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Libraries/libToolbox.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libToolbox.so .include <bsd.port.mk> diff --git a/deskutils/toolboxkit/pkg-plist b/deskutils/toolboxkit/pkg-plist index be9c69ec77cf..f141f3ee1f3e 100644 --- a/deskutils/toolboxkit/pkg-plist +++ b/deskutils/toolboxkit/pkg-plist @@ -1,6 +1,6 @@ -GNUstep/Local/Library/Headers/Toolbox/BundleLoader.h -GNUstep/Local/Library/Headers/Toolbox/ToolboxBundleProtocol.h -GNUstep/Local/Library/Headers/Toolbox/Utilities.h -GNUstep/Local/Library/Libraries/libToolbox.so -GNUstep/Local/Library/Libraries/libToolbox.so.%%MAJORLIBVERSION%% -GNUstep/Local/Library/Libraries/libToolbox.so.%%LIBVERSION%% +GNUstep/System/Library/Headers/Toolbox/BundleLoader.h +GNUstep/System/Library/Headers/Toolbox/ToolboxBundleProtocol.h +GNUstep/System/Library/Headers/Toolbox/Utilities.h +GNUstep/System/Library/Libraries/libToolbox.so +GNUstep/System/Library/Libraries/libToolbox.so.%%MAJORLIBVERSION%% +GNUstep/System/Library/Libraries/libToolbox.so.%%LIBVERSION%% |