1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-15 16:39:36 +00:00
parent e40b465fd3
commit cc2b7014ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357902
3 changed files with 17 additions and 1 deletions

View File

@ -25,5 +25,4 @@ PLIST_DIRS= share/xwelltris
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,17 @@
--- Makefile.in.orig 2014-06-16 00:36:19.292743322 +0800
+++ Makefile.in 2014-06-16 00:36:44.782773335 +0800
@@ -36,10 +36,10 @@ $(PROGRAM): FORCE
-(cd src && make)
install:
- $(INSD) $(INSTLIB)
- $(INSTALL_DATA) $(DATAFILES) $(INSTLIB)
- $(INSTALL_SHARE_DATA) $(SHARE_DATAFILES) $(INSTLIB)
- $(INSTALL_PROGRAM) $(PROGRAM) $(INSTDIR)
+ $(INSD) $(DESTDIR)$(INSTLIB)
+ $(INSTALL_DATA) $(DATAFILES) $(DESTDIR)$(INSTLIB)
+ $(INSTALL_SHARE_DATA) $(SHARE_DATAFILES) $(DESTDIR)$(INSTLIB)
+ $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(INSTDIR)
uninstall:
$(RM) -f $(INSTDIR)/$(PROGRAM)