Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 20:57:25 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336769 - head/astro/nightfall
Message-ID:  <201312172057.rBHKvPvi042383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Dec 17 20:57:25 2013
New Revision: 336769
URL: http://svnweb.freebsd.org/changeset/ports/336769

Log:
  USES=fortran and staging.

Modified:
  head/astro/nightfall/Makefile
  head/astro/nightfall/pkg-plist

Modified: head/astro/nightfall/Makefile
==============================================================================
--- head/astro/nightfall/Makefile	Tue Dec 17 20:56:00 2013	(r336768)
+++ head/astro/nightfall/Makefile	Tue Dec 17 20:57:25 2013	(r336769)
@@ -14,7 +14,6 @@ OPTIONS_DEFINE=	GNOME PGPLOT OPENGL
 OPTIONS_DEFAULT=	PGPLOT OPENGL
 PGPLOT_DESC=	Enable PGPLOT support
 
-NO_STAGE=	yes
 USES=		gmake pathfix gettext perl5
 USE_GNOME=	gnomehier gtk20
 GNU_CONFIGURE=	yes
@@ -22,8 +21,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-locale-prefix=${PREFIX}/share/locale
 
-MAN1=		nightfall.1
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGNOMEUI}
@@ -38,7 +35,7 @@ PLIST_SUB+=	GNOMEUI="@comment "
 
 .if ${PORT_OPTIONS:MPGPLOT}
 LIB_DEPENDS+=	libpgplot.so:${PORTSDIR}/graphics/pgplot
-USE_FORTRAN=	yes
+USES+=		fortran
 CONFIGURE_ARGS+=	--with-pgplot-include=${LOCALBASE}/include \
 			--with-pgplot-lib=${LOCALBASE}/lib
 .else
@@ -61,6 +58,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/nightfall.desktop \
-		${PREFIX}/share/applications
+		${STAGEDIR}${PREFIX}/share/applications
 
 .include <bsd.port.mk>

Modified: head/astro/nightfall/pkg-plist
==============================================================================
--- head/astro/nightfall/pkg-plist	Tue Dec 17 20:56:00 2013	(r336768)
+++ head/astro/nightfall/pkg-plist	Tue Dec 17 20:57:25 2013	(r336769)
@@ -1,4 +1,5 @@
 bin/nightfall
+man/man1/nightfall.1.gz
 share/applications/nightfall.desktop
 %%GNOMEUI%%share/gnome/help/nightfall/C/nightfall.xml
 %%GNOMEUI%%share/gnome/help/nightfall/de/nightfall.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312172057.rBHKvPvi042383>