summaryrefslogtreecommitdiff
path: root/security/kgpg-kde4/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-08-30 19:55:42 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-08-30 19:55:42 +0000
commitb4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3 (patch)
treed80952c00b17a9ff93ed05d9a2a267b16fe30b8b /security/kgpg-kde4/Makefile
parentThis patch is no longer needed. (diff)
Update to KDE 3.3
Notes
Notes: svn path=/head/; revision=117701
Diffstat (limited to 'security/kgpg-kde4/Makefile')
-rw-r--r--security/kgpg-kde4/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile
index a141191c4ea4..cd7620213037 100644
--- a/security/kgpg-kde4/Makefile
+++ b/security/kgpg-kde4/Makefile
@@ -7,10 +7,9 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
+MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
@@ -37,16 +36,5 @@ CONFLICTS= kgpg-[0-9]*
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-.include <bsd.port.pre.mk>
-
-#klaptop needs APM, which is i386 only
-.if ${ARCH} == "i386"
-RUN_DEPENDS+= klaptop_check:${PORTSDIR}/sysutils/klaptopdaemon
-.endif
-
-post-configure:
- @${REINPLACE_CMD} -e 's|#define HAVE_L_FUNCS 1||g' \
- ${WRKSRC}/config.h
-
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>