diff options
Diffstat (limited to 'editors/scribes/Makefile')
-rw-r--r-- | editors/scribes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 30f410c6a55b..4689d80b8ccb 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -7,6 +7,7 @@ PORTNAME= scribes PORTVERSION= 0.3.2.8 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,7 +30,4 @@ GCONF_SCHEMAS= scribes.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes -post-patch: - @${REINPLACE_CMD} -e 's|(datadir)/icons|(prefix)/share/icons|' ${WRKSRC}/data/Makefile.in - .include <bsd.port.mk> |