diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-24 04:57:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-24 04:57:48 +0800 |
commit | 1c0f9379c63e8a96cc435864ef49c9c9498da9ae (patch) | |
tree | 3d3ae6d0fff8929d03019796523395a2116b3a22 /misc | |
parent | be2e38abbfeb5f5a3ecf888ab0ef9083a5d20e19 (diff) | |
download | freebsd-ports-gnome-1c0f9379c63e8a96cc435864ef49c9c9498da9ae.tar.gz freebsd-ports-gnome-1c0f9379c63e8a96cc435864ef49c9c9498da9ae.tar.zst freebsd-ports-gnome-1c0f9379c63e8a96cc435864ef49c9c9498da9ae.zip |
Allow staging as a regular user
Diffstat (limited to 'misc')
-rw-r--r-- | misc/auto-multiple-choice/files/patch-Makefile.conf | 12 | ||||
-rw-r--r-- | misc/auto-multiple-choice/pkg-plist | 27 |
2 files changed, 7 insertions, 32 deletions
diff --git a/misc/auto-multiple-choice/files/patch-Makefile.conf b/misc/auto-multiple-choice/files/patch-Makefile.conf index 80404e5683f6..54e2f7a5d4b6 100644 --- a/misc/auto-multiple-choice/files/patch-Makefile.conf +++ b/misc/auto-multiple-choice/files/patch-Makefile.conf @@ -1,5 +1,5 @@ ---- ./Makefile.conf.orig 2013-07-28 22:22:29.000000000 +0900 -+++ ./Makefile.conf 2014-03-05 18:41:03.000000000 +0900 +--- Makefile.conf.orig 2013-07-28 13:22:29 UTC ++++ Makefile.conf @@ -28,54 +28,63 @@ LATEX_FREE=0 @@ -82,11 +82,13 @@ GCC_OPENCV_LIBS=auto # INFO IN DESKTOP FILE -@@ -86,6 +95,6 @@ +@@ -85,7 +94,7 @@ + # INSTALL USER AND GROUP ifneq ($(SYSTEM_TYPE),rpm) - INSTALL_USER=root +-INSTALL_USER=root -INSTALL_GROUP=root -+INSTALL_GROUP=wheel ++INSTALL_USER= ++INSTALL_GROUP= endif diff --git a/misc/auto-multiple-choice/pkg-plist b/misc/auto-multiple-choice/pkg-plist index 03b78d8b1f54..ac2e28d656cc 100644 --- a/misc/auto-multiple-choice/pkg-plist +++ b/misc/auto-multiple-choice/pkg-plist @@ -158,30 +158,3 @@ share/pixmaps/auto-multiple-choice.xpm %%TEXMFLOCALDIR%%/doc/latex/AMC/sample-separate.pdf %%TEXMFLOCALDIR%%/doc/latex/AMC/sample-separate.tex %%TEXMFLOCALDIR%%/tex/latex/AMC/automultiplechoice.sty -@dirrm lib/AMC/exec -@dirrm lib/AMC/perl -@dirrm lib/AMC -@dirrm %%SITE_PERL%%/AMC/DataModule -@dirrm %%SITE_PERL%%/AMC/Export/register -@dirrm %%SITE_PERL%%/AMC/Export -@dirrm %%SITE_PERL%%/AMC/Filter/register -@dirrm %%SITE_PERL%%/AMC/Filter -@dirrm %%SITE_PERL%%/AMC/Gui -@dirrm %%SITE_PERL%%/AMC -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/models/ar -@dirrm %%DATADIR%%/models/en -@dirrm %%DATADIR%%/models/fr -@dirrm %%DATADIR%%/models/ja -@dirrm %%DATADIR%%/models -@dirrm %%DATADIR%% -@dirrmtry share/gtksourceview-2.0/language-specs -@dirrmtry share/gtksourceview-2.0 -@dirrm %%TEXMFLOCALDIR%%/doc/latex/AMC -@dirrmtry %%TEXMFLOCALDIR%%/doc/latex -@dirrmtry %%TEXMFLOCALDIR%%/doc -@dirrm %%TEXMFLOCALDIR%%/tex/latex/AMC -@dirrmtry %%TEXMFLOCALDIR%%/tex/latex -@dirrmtry %%TEXMFLOCALDIR%%/tex |