diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /misc | |
parent | cleanup: Remove expired ports: (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat4x/Makefile | 2 | ||||
-rw-r--r-- | misc/php73-calendar/Makefile | 2 | ||||
-rw-r--r-- | misc/php74-calendar/Makefile | 2 | ||||
-rw-r--r-- | misc/php80-calendar/Makefile | 2 | ||||
-rw-r--r-- | misc/tkcron/Makefile | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 1d481a7328ef..1808308412bf 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -23,7 +23,7 @@ TARGET32_DIR= ${PREFIX}/lib32/compat .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= FreeBSD 4.x did not support this architecture +ONLY_FOR_ARCHS_REASON= FreeBSD 4.x did not support this architecture COMPAT4X_ARCH= ${ARCH} COMPAT4X_OSVERSION= 5.3 diff --git a/misc/php73-calendar/Makefile b/misc/php73-calendar/Makefile index 55d3dbd76c47..22a674c23955 100644 --- a/misc/php73-calendar/Makefile +++ b/misc/php73-calendar/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php73 PKGNAMESUFFIX= -calendar -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/misc/php74-calendar/Makefile b/misc/php74-calendar/Makefile index 583c7525648d..421ac95ab754 100644 --- a/misc/php74-calendar/Makefile +++ b/misc/php74-calendar/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php74 PKGNAMESUFFIX= -calendar -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/misc/php80-calendar/Makefile b/misc/php80-calendar/Makefile index 25025c31c1a5..23abc5111c8b 100644 --- a/misc/php80-calendar/Makefile +++ b/misc/php80-calendar/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php80 PKGNAMESUFFIX= -calendar -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index a0cd34aa104b..549fd051cf3f 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -17,8 +17,8 @@ COMMENT= Frontend to crontab USES= tk:,run EXTRACT_CMD= ${GZIP_CMD} -EXTRACT_BEFORE_ARGS= -cd -EXTRACT_AFTER_ARGS= > tkcron.tcl +EXTRACT_BEFORE_ARGS= -cd +EXTRACT_AFTER_ARGS= > tkcron.tcl NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/tkcron |