diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-17 23:31:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-17 23:31:12 +0800 |
commit | aacbfb20548e09eee32b9d4f3d53e5291805f849 (patch) | |
tree | d411185553238ced63d25b67c9cc4eb94e2de229 /science/linsmith/Makefile | |
parent | 33965851b8cc874ce86d5838ef982860b55c6aaf (diff) | |
download | freebsd-ports-gnome-aacbfb20548e09eee32b9d4f3d53e5291805f849.tar.gz freebsd-ports-gnome-aacbfb20548e09eee32b9d4f3d53e5291805f849.tar.zst freebsd-ports-gnome-aacbfb20548e09eee32b9d4f3d53e5291805f849.zip |
- Update to 0.99.25
PR: 179593
Submitted by: Ports Fury
Diffstat (limited to 'science/linsmith/Makefile')
-rw-r--r-- | science/linsmith/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile index 5ee5b83d20be..db9a00ad9414 100644 --- a/science/linsmith/Makefile +++ b/science/linsmith/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= linsmith -PORTVERSION= 0.99.24 -PORTREVISION= 1 +PORTVERSION= 0.99.25 CATEGORIES= science hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -12,8 +11,8 @@ COMMENT= Smith charting program LICENSE= GPLv2 # (or later) +USES= gettext USE_GNOME= libgnomeui libxml2 -USES= gettext iconv GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes @@ -21,9 +20,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${CP} ${FILESDIR}/carg.c ${WRKSRC}/src @${REINPLACE_CMD} -e \ - '/^Icon/s|=.*|=linsmith_icon|' ${WRKSRC}/linsmith.desktop + '/^Icon/s|/usr/share|${PREFIX}/share|' \ + ${WRKSRC}/linsmith.desktop post-install: @${MKDIR} ${DESKTOPDIR} |