diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2010-09-02 02:31:50 +0800 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2010-09-02 02:31:50 +0800 |
commit | b0ff6ead480214748e669f87bd67dbc8da7c6e9c (patch) | |
tree | 49c7411616260e7e330f24dc13cef88ac7da31b2 /astro | |
parent | c6af04b72f7057cef8f5ff6989fa49a8fcdaf2dc (diff) | |
download | freebsd-ports-gnome-b0ff6ead480214748e669f87bd67dbc8da7c6e9c.tar.gz freebsd-ports-gnome-b0ff6ead480214748e669f87bd67dbc8da7c6e9c.tar.zst freebsd-ports-gnome-b0ff6ead480214748e669f87bd67dbc8da7c6e9c.zip |
- Fix install when astro/xearth is not there.
PR: ports/149525
Submitted by: avilla
Approved by: novel (maintainer timeout), tabthorpe (mentor)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 3aca36ef2013..5b9850e871c4 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -87,8 +87,10 @@ post-extract: post-install: .for file in freebsd.committers.markers freebsd.ftp.markers +.if exists(${PORTSDIR}/astro/xearth/files/${file}) @${INSTALL_DATA} ${PORTSDIR}/astro/xearth/files/${file} \ ${DATADIR}/markers +.endif .endfor @${FIND} ${DATADIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} |