diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-24 23:16:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-24 23:16:04 +0800 |
commit | 80fcda0cabfde2cceeab037b400c1b06c5f3b048 (patch) | |
tree | 96ded414d3bff6533185cd3212e6e6794cb646b6 /ftp/scythia | |
parent | 0df266d53f64d50099c7b4e3f6ad588df5f418ff (diff) | |
download | freebsd-ports-gnome-80fcda0cabfde2cceeab037b400c1b06c5f3b048.tar.gz freebsd-ports-gnome-80fcda0cabfde2cceeab037b400c1b06c5f3b048.tar.zst freebsd-ports-gnome-80fcda0cabfde2cceeab037b400c1b06c5f3b048.zip |
- Fix build with NOPORTDOCS
Reported by: IonBoT
Diffstat (limited to 'ftp/scythia')
-rw-r--r-- | ftp/scythia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/scythia/Makefile b/ftp/scythia/Makefile index cdf7870fe08a..afe4d2c754e9 100644 --- a/ftp/scythia/Makefile +++ b/ftp/scythia/Makefile @@ -7,7 +7,7 @@ PORTNAME= scythia PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://scythia.free.fr/file/ \ ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ @@ -22,7 +22,7 @@ INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME} .if defined(NOPORTDOCS) -INSTALL_TARGET=install_lang install_icon install_icon2 install_desktop install_target +INSTALL_TARGET=install_lang install_icon install_icon2 install_target .endif DESKTOP_ENTRIES= "Scythia" \ |