1
0
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:
Vanilla I. Shu 2014-01-08 16:15:16 +00:00
parent 70f8cff508
commit ce088dea63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339155
2 changed files with 11 additions and 1 deletions

View File

@ -18,7 +18,6 @@ GH_ACCOUNT= buganini
GH_COMMIT= 992e2d3
MAKE_ARGS= PREFIX=${PREFIX}
NO_STAGE= yes
PLIST_FILES= bin/bug5

View 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