diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-29 17:00:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-29 17:00:22 +0800 |
commit | 542c6115cfa2d99b05c1879826ff2dde65ca0ed9 (patch) | |
tree | 3d9094296cb86d43ed380d4c2cac6aa8818be379 /astro | |
parent | ebce6ef512acbc3505233fdbe4a8ac300f0c531e (diff) | |
download | freebsd-ports-gnome-542c6115cfa2d99b05c1879826ff2dde65ca0ed9.tar.gz freebsd-ports-gnome-542c6115cfa2d99b05c1879826ff2dde65ca0ed9.tar.zst freebsd-ports-gnome-542c6115cfa2d99b05c1879826ff2dde65ca0ed9.zip |
- Add license (note that commercial distribution is not allowed)
- Unsilence installation
- Fix WWW
Approved by: portmgr blanket
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xearth/Makefile | 11 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index cb111d3343f2..f2c73083b1c4 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -9,6 +9,11 @@ MASTER_SITES= LOCAL/madpilot/xearth MAINTAINER= ler@FreeBSD.org COMMENT= Set the root window to the image of earth +LICENSE= Xearth +LICENSE_FILE= ${WRKSRC}/README +LICENSE_NAME= Xearth license +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + USE_XORG= x11 xext sm ice xt USES= tar:xz PLIST_FILES= bin/xearth \ @@ -18,12 +23,12 @@ PLIST_FILES= bin/xearth \ PLIST_DIRS= lib/X11/xearth do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth # Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.ftp.markers - @${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth + ${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth .endfor .include <bsd.port.mk> diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr index c538d36a1469..075baf8eda14 100644 --- a/astro/xearth/pkg-descr +++ b/astro/xearth/pkg-descr @@ -6,7 +6,7 @@ time between updates can be changed with the -wait option. Xearth can also render directly into PPM and GIF files instead of drawing in the root window. -WWW: http://xearth.org +WWW: http://xearth.org/ There are three additional marker files installed in /usr/local/lib/X11/xearth which specify the locations of |