diff options
Diffstat (limited to 'x11/kxgenerator/Makefile')
-rw-r--r-- | x11/kxgenerator/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/kxgenerator/Makefile b/x11/kxgenerator/Makefile index 95aff3dfb1a..a08c2da3149 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> |