diff options
Diffstat (limited to 'editors/leafpad/Makefile')
-rw-r--r-- | editors/leafpad/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 8a334fd45..043179cb3 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -7,6 +7,7 @@ PORTNAME= leafpad PORTVERSION= 0.8.9 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= radek@raadradd.com COMMENT= GTK+ based simple text editor -USE_GNOME= gtk20 gnomeprefix desktopfileutils intlhack +USE_GNOME= gtk20 desktopfileutils intlhack USE_GCC= 3.4 USE_GETOPT_LONG= yes USE_GETTEXT= YES @@ -29,11 +30,6 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README -post-patch: - @${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \ - s|/applications|/gnome/applications|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in - post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} |