diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /sysutils | |
parent | 0f9366f9540135d821fe5b190c32ad41f65eee57 (diff) | |
download | ports-55dc0f983aadef274380ef51058802f94a995d7e.tar.gz ports-55dc0f983aadef274380ef51058802f94a995d7e.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdadminscripts/Makefile | 2 | ||||
-rw-r--r-- | sysutils/linux-f10-procps/Makefile | 2 | ||||
-rw-r--r-- | sysutils/syslog-ng-incubator/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tarsnap/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bsdadminscripts/Makefile b/sysutils/bsdadminscripts/Makefile index 1289206239db..926809af3953 100644 --- a/sysutils/bsdadminscripts/Makefile +++ b/sysutils/bsdadminscripts/Makefile @@ -37,7 +37,7 @@ PORT_SCRIPTS= build clean fetch package \ MLINKS+= ${RC_SCRIPTS:S,^,rc,:S,$,.1,:S,^,rcstart.1 ,} \ ${PORT_SCRIPTS:S,^,port,:S,$,.1,:S,^,portconfig.1 ,} .else -EVALDOCS= -nodoc +EVALDOCS= -nodoc .endif plist: patch diff --git a/sysutils/linux-f10-procps/Makefile b/sysutils/linux-f10-procps/Makefile index c153ec1033c4..2d74bfac4615 100644 --- a/sysutils/linux-f10-procps/Makefile +++ b/sysutils/linux-f10-procps/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes BRANDELF_DIRS= bin sbin usr/bin PLIST_SUB+= PORTVERSION="${PORTVERSION}" -PROCFS= /compat/linux/proc +PROCFS= /compat/linux/proc post-install: @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>") diff --git a/sysutils/syslog-ng-incubator/Makefile b/sysutils/syslog-ng-incubator/Makefile index a60a9277efec..c4e613b51687 100644 --- a/sysutils/syslog-ng-incubator/Makefile +++ b/sysutils/syslog-ng-incubator/Makefile @@ -17,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog LIB_DEPENDS= libsyslog-ng-3.5.4.1.so:${PORTSDIR}/sysutils/syslog-ng-devel -USES= gmake pkgconfig pathfix bison lua tar:xz +USES= gmake pkgconfig pathfix bison lua tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index fc9336e1bd2e..3fc4e34fb3f8 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -25,7 +25,7 @@ SSE2_CFLAGS= -msse2 # safety check to ensure that we don't violate the license .if exists(${PATCHDIR}) -RESTRICTED= license only allows redistribution and use of unmodified source and binaries +RESTRICTED= license only allows redistribution and use of unmodified source and binaries .endif LEGAL_TEXT= license restricts redistribution of source and binaries |