1
0
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:
Greg Lewis 2007-07-12 15:54:18 +00:00
parent 1badc5a9fe
commit 9d469551b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195478
2 changed files with 25 additions and 1 deletions

View 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)

View File

@ -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