mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
e40b465fd3
commit
cc2b7014ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357902
@ -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>
|
||||
|
17
games/xwelltris/files/patch-Makefile.in
Normal file
17
games/xwelltris/files/patch-Makefile.in
Normal 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)
|
Loading…
Reference in New Issue
Block a user