svn commit: r337971 - head/astro/saoimage

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 12:24:42 UTC 2013


Author: antoine
Date: Sun Dec 29 12:24:42 2013
New Revision: 337971
URL: http://svnweb.freebsd.org/changeset/ports/337971

Log:
  Stage support

Modified:
  head/astro/saoimage/Makefile

Modified: head/astro/saoimage/Makefile
==============================================================================
--- head/astro/saoimage/Makefile	Sun Dec 29 12:21:46 2013	(r337970)
+++ head/astro/saoimage/Makefile	Sun Dec 29 12:24:42 2013	(r337971)
@@ -10,19 +10,16 @@ MASTER_SITES=	http://tdc-www.harvard.edu
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Smithsonian Astrophysical Observatory image utility for X
 
-NO_STAGE=	yes
 MAKEFILE=	makefile
 MAKE_ENV=	OFLAGS="${CFLAGS}"
 ALL_TARGET=	${OPSYS}
 USE_XORG=	x11
 
-MAN1=		saoimage.1
-
-PLIST_FILES=	bin/saoimage etc/imtoolrc.sample
+PLIST_FILES=	bin/saoimage etc/imtoolrc.sample man/man1/saoimage.1.gz
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/saoimage ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/imtoolrc ${PREFIX}/etc/imtoolrc.sample
-	${INSTALL_MAN} ${WRKSRC}/doc/saoimage.man ${PREFIX}/man/man1/saoimage.1
+	${INSTALL_PROGRAM} ${WRKSRC}/saoimage ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/imtoolrc ${STAGEDIR}${PREFIX}/etc/imtoolrc.sample
+	${INSTALL_MAN} ${WRKSRC}/doc/saoimage.man ${STAGEDIR}${PREFIX}/man/man1/saoimage.1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list