Index: Makefile =================================================================== --- Makefile (revision 398465) +++ Makefile (working copy) @@ -31,7 +31,9 @@ USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ buildtools x11extras -USES= desktop-file-utils python qmake tar:xz +USES= desktop-file-utils python qmake shebangfix tar:xz +SHEBANG_FILES= pc-netmanager/src/NetworkManager/resources/umts_stick \ + pc-sysmanager/scripts/fastest_cvsup WRKSRC_SUBDIR= src-qt5 Index: files/patch-PCDM_PCDM.pro =================================================================== --- files/patch-PCDM_PCDM.pro (revision 0) +++ files/patch-PCDM_PCDM.pro (working copy) @@ -0,0 +1,11 @@ +--- PCDM/PCDM.pro.orig 2015-07-31 19:11:02 UTC ++++ PCDM/PCDM.pro +@@ -119,7 +119,7 @@ theme.path=/usr/local/share/PCDM + theme.extra=cp -r themes $(INSTALL_ROOT)/usr/local/share/PCDM/. + + session.path=/usr/local/share/PCDM +-session.extra=cc -o pcdm-session src/pcdm-session.c && strip pcdm-session && install -o root -g wheel -m 755 pcdm-session $(INSTALL_ROOT)/usr/local/share/PCDM/ ++session.extra=cc -o pcdm-session src/pcdm-session.c && strip pcdm-session && install -m 755 pcdm-session $(INSTALL_ROOT)/usr/local/share/PCDM/ + + conf=pcdm.conf + conf.path=/usr/local/etc Property changes on: files/patch-PCDM_PCDM.pro ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property