aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeutils4/Makefile
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2002-05-21 15:03:32 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2002-05-21 15:03:32 +0000
commitf3320d0aaca4a92822a88e5cbd2ac3a8ee21513c (patch)
tree561735b9606a2304defcdb700746eddea3ed59e7 /misc/kdeutils4/Makefile
parent9080769d493b610038f2c2b8b36afd7d1fafad72 (diff)
downloadports-f3320d0aaca4a92822a88e5cbd2ac3a8ee21513c.tar.gz
ports-f3320d0aaca4a92822a88e5cbd2ac3a8ee21513c.zip
Notes
Diffstat (limited to 'misc/kdeutils4/Makefile')
-rw-r--r--misc/kdeutils4/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile
index 3163616cd341..afe2b84b5758 100644
--- a/misc/kdeutils4/Makefile
+++ b/misc/kdeutils4/Makefile
@@ -23,4 +23,15 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
MAN1= efax.1 efix.1 fax.1
+#klaptop doesn't like alpha because alpha doesn't support apm
+.if ${MACHINE_ARCH} == "alpha"
+post-extract:
+ mv ${WRKSRC}/subdirs ${WRKSRC}/subdirs.orig
+ grep -v klaptopdaemon ${WRKSRC}/subdirs.orig > ${WRKSRC}/subdirs
+
+PLIST_SUB+= ALPHA_NA="@comment "
+.else
+PLIST_SUB+= ALPHA_NA=""
+.endif
+
.include <bsd.port.mk>