diff options
author | nivit <nivit@FreeBSD.org> | 2015-02-13 21:38:35 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2015-02-13 21:38:35 +0800 |
commit | 83e54f4896002b37395ac9f4a5dc1b2f18ad9e4e (patch) | |
tree | a34f271af5974037a8f400c2c3d921a3d4055cb4 /x11 | |
parent | 3e7cb791b434bcb29fee7f9f87716c750592b5ae (diff) | |
download | freebsd-ports-gnome-83e54f4896002b37395ac9f4a5dc1b2f18ad9e4e.tar.gz freebsd-ports-gnome-83e54f4896002b37395ac9f4a5dc1b2f18ad9e4e.tar.zst freebsd-ports-gnome-83e54f4896002b37395ac9f4a5dc1b2f18ad9e4e.zip |
- Remove instructions for fixing python command. It already
has the correct version
- Bump PORTREVISION for those who have already updated the
program via ports, and got the error:
env: python2.72: No such file or directory
at runtime
Diffstat (limited to 'x11')
-rw-r--r-- | x11/guake/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/guake/Makefile b/x11/guake/Makefile index 8708224dc9d9..c31ed593ac27 100644 --- a/x11/guake/Makefile +++ b/x11/guake/Makefile @@ -2,7 +2,7 @@ PORTNAME= guake PORTVERSION= 0.5.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org @@ -35,7 +35,6 @@ LIBS+= -L${LOCALBASE}/lib MANPAGES_MAKE_ENV_OFF= man_MANS="" NLS_CONFIGURE_ENABLE= nls -#NLS_USES= gettext OPTIONS_DEFINE= MANPAGES NLS OPTIONS_DEFAULT= MANPAGES @@ -43,9 +42,6 @@ OPTIONS_SUB= NLS PLIST_SUB+= DESKTOPDIR="${DESKTOPDIR:S,${PREFIX}/,,}" -REINPLACE_ARGS= -e 's,/usr/bin/env python,&${PYTHON_VER},' -i.bak -REINPLACE_FILES= guake guake-prefs prefs.py - USES= desktop-file-utils gettext gmake libtool pkgconfig python:2 USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USE_GITHUB= yes @@ -61,9 +57,6 @@ REINPLACE_FILES+= ../../configure pre-configure: @(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) -post-configure: - @(cd ${WRKSRC}/src/guake ; ${REINPLACE_CMD} ${REINPLACE_FILES}) - post-build: @${STRIP_CMD} ${WRKSRC}/src/guake/globalhotkeys/.libs/globalhotkeys.so |