diff options
author | pav <pav@FreeBSD.org> | 2005-05-04 22:25:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-04 22:25:52 +0800 |
commit | 57a79e496b4f2a753e11a8e142cf1657b89c7281 (patch) | |
tree | b2dd5c711331ca06a3b0befd4a278e19bff43979 /sysutils/pcfclock/Makefile | |
parent | 4a8d6a3e637330e2b62a45cf40d59338c5993356 (diff) | |
download | freebsd-ports-gnome-57a79e496b4f2a753e11a8e142cf1657b89c7281.tar.gz freebsd-ports-gnome-57a79e496b4f2a753e11a8e142cf1657b89c7281.tar.zst freebsd-ports-gnome-57a79e496b4f2a753e11a8e142cf1657b89c7281.zip |
- Don't abort installation when we fail to make device
PR: ports/80592
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
Diffstat (limited to 'sysutils/pcfclock/Makefile')
-rw-r--r-- | sysutils/pcfclock/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/pcfclock/Makefile b/sysutils/pcfclock/Makefile index cc61a7c49565..8b6ebff235cd 100644 --- a/sysutils/pcfclock/Makefile +++ b/sysutils/pcfclock/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcfclock PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www-stud.ims.uni-stuttgart.de/~voegelas/pcfclock/ @@ -21,6 +22,14 @@ PLIST_FILES= sbin/pcfdate .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +IGNORE= Not supported for architecture ${ARCH} +.endif + +.if ${OSVERSION} < 400000 +IGNORE= Not supported for versions prior to FreeBSD 4.0 +.endif + post-install: .if ${OSVERSION} < 500000 ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |