diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 19:43:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 19:43:33 +0000 |
commit | fb0066b016b6d9097cbada475e5189fd11151e63 (patch) | |
tree | 9d4f52609edcb156327142e1431d274114355722 | |
parent | 3c13fbf211c9e3ce342235e7a2419d89d993676f (diff) | |
download | freebsd-ports-fb0066b016b6d9097cbada475e5189fd11151e63.zip |
Allow staging as a regular user
-rw-r--r-- | textproc/libcrm114/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libcrm114/files/patch-Makefile b/textproc/libcrm114/files/patch-Makefile index 5e112810df87..59d9e47413e1 100644 --- a/textproc/libcrm114/files/patch-Makefile +++ b/textproc/libcrm114/files/patch-Makefile @@ -47,7 +47,7 @@ + $(BSD_INSTALL_DATA) crm114_lib.h $(DESTDIR)$(PREFIX)/include + $(BSD_INSTALL_DATA) crm114_structs.h $(DESTDIR)$(PREFIX)/include + $(BSD_INSTALL_DATA) crm114_sysincludes.h $(DESTDIR)$(PREFIX)/include -+ $(BSD_INSTALL_DATA) -d $(DESTDIR)$(PREFIX)/share/doc/libcrm114 ++ install -d -m 755 $(DESTDIR)$(PREFIX)/share/doc/libcrm114 + $(BSD_INSTALL_DATA) HOWTO.txt $(DESTDIR)$(PREFIX)/share/doc/libcrm114 + $(BSD_INSTALL_DATA) simple_demo.c $(DESTDIR)$(PREFIX)/share/doc/libcrm114 + |