aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2014-06-29 19:55:30 +0800
committerdb <db@FreeBSD.org>2014-06-29 19:55:30 +0800
commit8761718bd59d02da7024e63f7d8d151228366d28 (patch)
treecaf66490fb54e8a192cfc5022bf806014e08e427 /science
parente1bb5b410e3aa21b42135df59baab3a25720ba42 (diff)
downloadfreebsd-ports-gnome-8761718bd59d02da7024e63f7d8d151228366d28.tar.gz
freebsd-ports-gnome-8761718bd59d02da7024e63f7d8d151228366d28.tar.zst
freebsd-ports-gnome-8761718bd59d02da7024e63f7d8d151228366d28.zip
- maintain by hamradio as we have gsmc another smith charting program
- stagify
Diffstat (limited to 'science')
-rw-r--r--science/linsmith/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile
index 5f3720f08bb6..478aa3131bc2 100644
--- a/science/linsmith/Makefile
+++ b/science/linsmith/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= science hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= hamradio@FreeBSD.org
COMMENT= Smith charting program
LICENSE= GPLv2 # (or later)
@@ -19,17 +19,16 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/^Icon/s|/usr/share|${PREFIX}/share|' \
${WRKSRC}/linsmith.desktop
post-install:
- @${MKDIR} ${DESKTOPDIR}
+ @${MKDIR} ${STAGEDIR}${DESKTOPDIR}
(cd ${WRKSRC} \
- && ${INSTALL_DATA} linsmith.desktop ${DESKTOPDIR})
+ && ${INSTALL_DATA} linsmith.desktop ${STAGEDIR}${DESKTOPDIR})
(cd ${WRKSRC} \
- && ${INSTALL_DATA} linsmith_icon.xpm ${PREFIX}/share/pixmaps)
+ && ${INSTALL_DATA} linsmith_icon.xpm ${STAGEDIR}${PREFIX}/share/pixmaps)
.include <bsd.port.mk>