Index: Makefile =================================================================== --- Makefile (revision 516801) +++ Makefile (working copy) @@ -9,6 +9,7 @@ COMMENT= QT5 based display manager for FreeBSD LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/../LICENSE RUN_DEPENDS= xorg-minimal>=0:x11/xorg-minimal \ xhost:x11/xhost \ @@ -29,7 +30,6 @@ USE_GITHUB= yes GH_ACCOUNT= trueos -GH_PROJECT= pcdm GH_TAGNAME= 690fdbdfc9fe482514161df1cd2bd994790c8a2d .include Index: pkg-install =================================================================== --- pkg-install (revision 516801) +++ pkg-install (nonexistent) @@ -1,20 +0,0 @@ -#!/bin/sh -# Script to install preload.conf - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -if [ ! -e "${PREFIX}/etc/pcdm.conf" ] ; then - install -m 644 ${PREFIX}/etc/pcdm.conf.dist ${PREFIX}/etc/pcdm.conf -fi - -exit 0 Property changes on: pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 516801) +++ pkg-plist (working copy) @@ -1,7 +1,7 @@ bin/PCDM-session bin/pc-dmconf bin/start-pcdm-pico -etc/pcdm.conf.dist +@sample etc/pcdm.conf.dist etc/pcdm.conf etc/rc.d/pcdm etc/sudoers.d/pico-sudoers sbin/PCDMd