mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
. Don't create bogus ${DATADIR}_old directory. The ports system ensures
this is unnecessary.
This commit is contained in:
parent
1badc5a9fe
commit
9d469551b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195478
25
x11-wm/afterstep-stable/files/patch-afterstep::Makefile.in
Normal file
25
x11-wm/afterstep-stable/files/patch-afterstep::Makefile.in
Normal file
@ -0,0 +1,25 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- afterstep/Makefile.in.orig Tue Jul 10 22:25:39 2007
|
||||
+++ afterstep/Makefile.in Tue Jul 10 22:26:53 2007
|
||||
@@ -29,19 +29,7 @@
|
||||
fi
|
||||
|
||||
install.data_reinstall: remove_old
|
||||
- @$(RMF) no_data_reinstall ; \
|
||||
- if [ -d $(AFTER_SHAREDIR) ] ; then \
|
||||
- echo $(MV) $(AFTER_SHAREDIR) $(AFTER_SHAREDIR)_old; \
|
||||
- $(MV) $(AFTER_SHAREDIR) $(AFTER_SHAREDIR)_old; \
|
||||
- if [ -d $(AFTER_SHAREDIR)_old/desktop -a -d $(AFTER_SHAREDIR)_old/desktop/tiles ] ; then \
|
||||
- no_data_reinstall=$(NO_DATA_REINSTALL); \
|
||||
- fi; \
|
||||
- if [ -n "$$no_data_reinstall" ]; then \
|
||||
- touch no_data_reinstall; \
|
||||
- fi; \
|
||||
- else \
|
||||
- echo "no previous installation detected"; \
|
||||
- fi
|
||||
+ @$(RMF) no_data_reinstall
|
||||
|
||||
share_dirs:
|
||||
$(MKDIR) -p $(AFTER_SHAREDIR)
|
@ -1366,7 +1366,6 @@ lib/libAfterStep.a
|
||||
share/xsessions/AfterStep.desktop
|
||||
@dirrm share/xsessions
|
||||
@dirrm share/pixmaps
|
||||
@dirrm %%DATADIR%%_old
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/start/7_About_AfterStep
|
||||
@dirrm %%DATADIR%%/start/5_Quit
|
||||
|
Loading…
Reference in New Issue
Block a user