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/policykit/Makefile | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) |
Notes
Diffstat (limited to 'sysutils/policykit/Makefile')
-rw-r--r-- | sysutils/policykit/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index 32cf6b06d1bf..794b57676a41 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -33,15 +33,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ USE_RC_SUBR= polkitd USE_GNOME_SUBR= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on 4.X -.endif - post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |