aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2014-06-29 11:55:30 +0000
committerDiane Bruce <db@FreeBSD.org>2014-06-29 11:55:30 +0000
commit04d666e9c3f2ed507fe0c9abf3903d62c61bcb75 (patch)
treecaf66490fb54e8a192cfc5022bf806014e08e427 /science
parent87d751f34181d3e48c3385a6803fe789ee9cdc47 (diff)
downloadports-04d666e9c3f2ed507fe0c9abf3903d62c61bcb75.tar.gz
ports-04d666e9c3f2ed507fe0c9abf3903d62c61bcb75.zip
Notes
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>