diff options
author | tg <tg@FreeBSD.org> | 2001-09-25 19:35:51 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-09-25 19:35:51 +0800 |
commit | 17a56d79a77eda2aec9b321e20374b0d39dabe93 (patch) | |
tree | 0d3857867d457da8c76bcd4f70a5211db14c67ac /x11-toolkits/gnustep-xgps | |
parent | 19009e2a0c498ad15481ba0fbdf6b5a43358f0e2 (diff) | |
download | freebsd-ports-gnome-17a56d79a77eda2aec9b321e20374b0d39dabe93.tar.gz freebsd-ports-gnome-17a56d79a77eda2aec9b321e20374b0d39dabe93.tar.zst freebsd-ports-gnome-17a56d79a77eda2aec9b321e20374b0d39dabe93.zip |
Better way to package a symlink to a directory.
Diffstat (limited to 'x11-toolkits/gnustep-xgps')
-rw-r--r-- | x11-toolkits/gnustep-xgps/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-xgps/pkg-plist b/x11-toolkits/gnustep-xgps/pkg-plist index f74e8f37c2bc..1cbae4d4f9cb 100644 --- a/x11-toolkits/gnustep-xgps/pkg-plist +++ b/x11-toolkits/gnustep-xgps/pkg-plist @@ -1,6 +1,5 @@ System/Headers/gnustep/xgps/SharedX/XGGeneric.h System/Library/Bundles/libgnustep-xgps.bundle/Contents/Info.plist -System/Library/Bundles/libgnustep-xgps.bundle/Contents/Resources System/Library/Bundles/libgnustep-xgps.bundle/Resources/Info-gnustep.plist System/Library/Bundles/libgnustep-xgps.bundle/Resources/Info.plist System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-xgps @@ -9,6 +8,8 @@ System/Tools/font_cacher System/Tools/gpbs System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/font_cacher System/Tools/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/gpbs +@exec ln -sf ../Resources %D/System/Library/Bundles/libgnustep-xgps.bundle/Contents/Resources +@unexec rm -f %D/System/Library/Bundles/libgnustep-xgps.bundle/Contents/Resources @dirrm System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu @dirrm System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%%/%%OPSYS%% @dirrm System/Library/Bundles/libgnustep-xgps.bundle/%%GNU_ARCH%% |