diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-07 00:53:07 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-07 00:53:07 +0800 |
commit | 3bff9256de0e1d9186e98472f674fd15ebc25f39 (patch) | |
tree | bc0b2821c63a847302742a8a746f2a3dd7533a25 /www/thttpd | |
parent | c852bed373cb7aa3d4265fc28676f4e070e21f5e (diff) | |
download | freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.tar.gz freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.tar.zst freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 920d7426c36d..ce8c9fb179fa 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -40,10 +40,8 @@ post-patch: ${MV} ${WRKSRC}/extras/htpasswd.1 ${WRKSRC}/extras/thttpdpasswd.1 ${MV} ${WRKSRC}/extras/htpasswd.c ${WRKSRC}/extras/thttpdpasswd.c -.if ${OSVERSION} > 502101 post-configure: @cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-config.h -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin |