summaryrefslogtreecommitdiff
path: root/x11/kxgenerator
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-19 12:28:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-19 12:28:39 +0000
commit4247b0922445e8efb7b4250da40a91e764a678eb (patch)
tree302473e845199b95311ec2481aa9bf80386062bb /x11/kxgenerator
parent- Update to 0.2.0 (diff)
- Update MASTER_SITES
- Mark port as deprecated (Website has disappeared, seems project development has been discontinued.) PR: 124377 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=215271
Diffstat (limited to 'x11/kxgenerator')
-rw-r--r--x11/kxgenerator/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/kxgenerator/Makefile b/x11/kxgenerator/Makefile
index 95aff3dfb1a4..a08c2da31491 100644
--- a/x11/kxgenerator/Makefile
+++ b/x11/kxgenerator/Makefile
@@ -7,9 +7,9 @@
PORTNAME= kxgenerator
PORTVERSION= 0.3.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 kde
-MASTER_SITES= http://dp0154.debowypark.waw.pl/kxgenerator/data/download/
+MASTER_SITES= http://dp0154.debowypark.waw.pl/
MAINTAINER= makc@issp.ac.ru
COMMENT= KDE utility to configure the X server
@@ -21,10 +21,10 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
-pre-configure:
-.for i in properties.h main.cpp
- @${REINPLACE_CMD} -e "s:/usr/lib/xorg:${LOCALBASE}/lib:g" \
- ${WRKSRC}/src/${i}
-.endfor
+DEPRECATED= Project abandoned
+
+post-patch:
+ cd ${WRKSRC}/src && ${REINPLACE_CMD} -e "s:/usr:${LOCALBASE}:g" \
+ properties.h main.cpp
.include <bsd.port.mk>