1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-05 16:53:30 +00:00
parent 49694c8a65
commit f0e727240e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367360

View File

@ -25,8 +25,8 @@
- install -o root -g wheel -m 0755 -s rename $(BINDIR)
- install -o root -g wheel -m 0644 rename.1 $(MANDIR)
-
+ install -o root -g wheel -m 0755 -s rename $(DESTDIR)$(BINDIR)
+ install -o root -g wheel -m 0644 rename.1 $(DESTDIR)$(MANDIR)
+ $(BSD_INSTALL_PROGRAM) rename $(DESTDIR)$(BINDIR)
+ $(BSD_INSTALL_MAN) rename.1 $(DESTDIR)$(MANDIR)
+
rename.o: rename.c rename.h
regex.o: regex.c regex.h