aboutsummaryrefslogtreecommitdiff
path: root/x11/login.app/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-24 00:29:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-24 00:29:21 +0000
commit5f1dc5f51c23b91be09decb263edaeec95f40a8e (patch)
tree33a1e26f6e4641ff53049ba3a1228acb315f4015 /x11/login.app/Makefile
parentd903039d94007c27bbd8ba4e65acd5b28639c8be (diff)
downloadports-5f1dc5f51c23b91be09decb263edaeec95f40a8e.tar.gz
ports-5f1dc5f51c23b91be09decb263edaeec95f40a8e.zip
- FreeBSD specific changes to man page
PR: ports/76576 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=127158
Diffstat (limited to 'x11/login.app/Makefile')
-rw-r--r--x11/login.app/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile
index bb2ff23a27cc..7273b19baa38 100644
--- a/x11/login.app/Makefile
+++ b/x11/login.app/Makefile
@@ -7,7 +7,7 @@
PORTNAME= login.app
PORTVERSION= 2.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 windowmaker
MASTER_SITES= http://largo.windowmaker.org/files/Login.app/ \
http://depot.fsck.ch/mirror/distfiles/
@@ -22,8 +22,8 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \
WRKSRC= ${WRKDIR}/Login.app-${PORTVERSION:S/.a/-Alpha-/}
USE_X_PREFIX= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= yes
USE_REINPLACE= yes
@@ -43,7 +43,9 @@ pre-configure:
${WRKSRC}/Themes/Drone/Makefile.in \
${WRKSRC}/Themes/Drone/Makefile.am \
${WRKSRC}/src/Makefile.in \
- ${WRKSRC}/src/Makefile.am
+ ${WRKSRC}/src/Makefile.am \
+ ${WRKSRC}/doc/Login.app.1x
+ # this replacement is only used to fix cluster builds:
@${REINPLACE_CMD} -e \
's|-lWUtil|-lWUtil -lintl|' \
${WRKSRC}/configure \
@@ -60,7 +62,8 @@ post-configure:
${WRKSRC}/Scripts/Startup \
${WRKSRC}/Preferences \
${WRKSRC}/src/config.h \
- ${WRKSRC}/src/preferences.h
+ ${WRKSRC}/src/preferences.h \
+ ${WRKSRC}/doc/Login.app.1x
post-install:
@${SED} 's|%%X11BASE%%|${PREFIX}|' \