diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
| commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
| tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/tmpwatch | |
| parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) | |
Notes
Diffstat (limited to 'sysutils/tmpwatch')
| -rw-r--r-- | sysutils/tmpwatch/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/tmpwatch/Makefile b/sysutils/tmpwatch/Makefile index 1501e89e0c2d..15d160d6368a 100644 --- a/sysutils/tmpwatch/Makefile +++ b/sysutils/tmpwatch/Makefile @@ -23,8 +23,6 @@ CFLAGS+= ${CPPFLAGS} -DVERSION=\"${PORTVERSION}\" MAN8= tmpwatch.8 PLIST_FILES= sbin/tmpwatch -.include <bsd.port.pre.mk> - do-extract: ${MKDIR} ${WRKDIR} cd ${WRKDIR} && \ @@ -35,10 +33,6 @@ do-extract: post-patch: ${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c -.if ${OSVERSION} < 500000 - ${REINPLACE_CMD} -E "s/intmax_t/long long/;s/strtoimax/strtoll/" \ - ${WRKSRC}/tmpwatch.c -.endif do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o tmpwatch tmpwatch.c @@ -47,4 +41,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tmpwatch ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tmpwatch.8 ${MAN8PREFIX}/man/man8 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
