diff options
author | nork <nork@FreeBSD.org> | 2006-05-07 23:00:10 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-05-07 23:00:10 +0800 |
commit | 6b74991d98b67182072ebb74e7f4758bf2335779 (patch) | |
tree | e44ad776a68b54c8beea0b3ff8adda0edc7ac9fb /sysutils | |
parent | 79ced2badac6329ff52ca3826b69d9685ed30247 (diff) | |
download | freebsd-ports-gnome-6b74991d98b67182072ebb74e7f4758bf2335779.tar.gz freebsd-ports-gnome-6b74991d98b67182072ebb74e7f4758bf2335779.tar.zst freebsd-ports-gnome-6b74991d98b67182072ebb74e7f4758bf2335779.zip |
Fix build error when cronolog-setugid-patch.txt is not.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cronolog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 889a2f094494..7bd6fd9c6369 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -30,9 +30,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRA_PATCHES= ${WRKDIR}/cronolog-setugid-patch.txt PATCH_WRKSRC= ${WRKDIR} USE_DOS2UNIX= ../cronolog-setugid-patch.txt -.endif post-extract: ${CP} ${DISTDIR}/cronolog-setugid-patch.txt ${WRKDIR}/ +.endif .include <bsd.port.post.mk> |