svn commit: r359758 - head/science/linsmith
Diane Bruce
db at FreeBSD.org
Sun Jun 29 11:55:30 UTC 2014
Author: db
Date: Sun Jun 29 11:55:30 2014
New Revision: 359758
URL: http://svnweb.freebsd.org/changeset/ports/359758
QAT: https://qat.redports.org/buildarchive/r359758/
Log:
- maintain by hamradio as we have gsmc another smith charting program
- stagify
Modified:
head/science/linsmith/Makefile
Modified: head/science/linsmith/Makefile
==============================================================================
--- head/science/linsmith/Makefile Sun Jun 29 11:01:20 2014 (r359757)
+++ head/science/linsmith/Makefile Sun Jun 29 11:55:30 2014 (r359758)
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= science hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= hamradio at 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>
More information about the svn-ports-head
mailing list