diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-09-01 21:39:34 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-09-01 21:39:34 +0800 |
commit | 085d92ab0bc85a8ab6805c4bf646c8300b3395be (patch) | |
tree | 2f849ade000bb7fef09789f90ca4dc41b290db2b | |
parent | e59442460dcecfaa7ad8c9522ddc595363caa66a (diff) | |
download | freebsd-ports-gnome-085d92ab0bc85a8ab6805c4bf646c8300b3395be.tar.gz freebsd-ports-gnome-085d92ab0bc85a8ab6805c4bf646c8300b3395be.tar.zst freebsd-ports-gnome-085d92ab0bc85a8ab6805c4bf646c8300b3395be.zip |
Fix typo in icon directory name.
PR: ports/171233
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
-rw-r--r-- | games/simsu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile index 8bcf1dc7660e..9affdfd87c11 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -47,7 +47,7 @@ do-install: # Icons ${MKDIR} ${PREFIX}/share/icons/hicolor -.for d in incons +.for d in icons @(cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/) .endfor |