diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 12:24:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-29 12:24:42 +0000 |
commit | 6841ac2db84e996c7634ff6c352a9450f468db4d (patch) | |
tree | b1a868c44b69484d39f5f1d1d515ed8e7d3d6317 /astro | |
parent | 471f797ac6f9ef203821c5ed3a79417b8b41a82f (diff) | |
download | ports-6841ac2db84e996c7634ff6c352a9450f468db4d.tar.gz ports-6841ac2db84e996c7634ff6c352a9450f468db4d.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/saoimage/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index f289be22a79a..7b46d3745dae 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -10,19 +10,16 @@ MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/ MAINTAINER= ports@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> |