mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add stagedir support.
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
parent
70f8cff508
commit
ce088dea63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339155
@ -18,7 +18,6 @@ GH_ACCOUNT= buganini
|
||||
GH_COMMIT= 992e2d3
|
||||
|
||||
MAKE_ARGS= PREFIX=${PREFIX}
|
||||
NO_STAGE= yes
|
||||
|
||||
PLIST_FILES= bin/bug5
|
||||
|
||||
|
11
chinese/bug5/files/patch-Makefile
Normal file
11
chinese/bug5/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2014-01-07 14:46:08.000000000 +0800
|
||||
+++ Makefile 2014-01-07 14:46:17.000000000 +0800
|
||||
@@ -6,7 +6,7 @@ all:
|
||||
$(CC) ${CFLAGS} bug5.c -o bug5 ${LDFLAGS}
|
||||
|
||||
install:
|
||||
- install -m 555 bug5 ${PREFIX}/bin
|
||||
+ install -m 555 bug5 $(DESTDIR)${PREFIX}/bin
|
||||
|
||||
clean:
|
||||
rm -f bug5
|
Loading…
Reference in New Issue
Block a user