diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:08:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:08:39 +0000 |
commit | 4d5623ea35be1700ed738b3434c31b6e40943604 (patch) | |
tree | 9811a15ac44a1c22adc82f032496ba3c52a709f6 /sysutils/pcfclock | |
parent | 0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (diff) | |
download | ports-4d5623ea35be1700ed738b3434c31b6e40943604.tar.gz ports-4d5623ea35be1700ed738b3434c31b6e40943604.zip |
Notes
Diffstat (limited to 'sysutils/pcfclock')
-rw-r--r-- | sysutils/pcfclock/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/pcfclock/Makefile b/sysutils/pcfclock/Makefile index dd40d37dbd3d..1862a3c2cc5e 100644 --- a/sysutils/pcfclock/Makefile +++ b/sysutils/pcfclock/Makefile @@ -28,10 +28,6 @@ PLIST_FILES= sbin/pcfdate IGNORE= not supported for architecture ${ARCH} .endif -.if ${OSVERSION} < 400000 -IGNORE= not supported for versions prior to FreeBSD 4.0 -.endif - post-install: PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |