diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-25 05:32:01 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-25 05:32:01 +0800 |
commit | cfad6a35d91cb6609ea4f60e4bf84c62cf67a034 (patch) | |
tree | 1fc6a819dd6cde1adb31f73712440f4c235a9c6d /games | |
parent | a9c14d1db1e4d253c7d0a0fd1ded4ea5da4fbb59 (diff) | |
download | freebsd-ports-gnome-cfad6a35d91cb6609ea4f60e4bf84c62cf67a034.tar.gz freebsd-ports-gnome-cfad6a35d91cb6609ea4f60e4bf84c62cf67a034.tar.zst freebsd-ports-gnome-cfad6a35d91cb6609ea4f60e4bf84c62cf67a034.zip |
- Remove not needed post-install
Reported by: wg
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/sets/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/sets/Makefile b/games/sets/Makefile index a682616ebb37..15eb19742b9f 100644 --- a/games/sets/Makefile +++ b/games/sets/Makefile @@ -34,7 +34,6 @@ DESKTOP_ENTRIES="Sets" "" "${PORTNAME}" \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ -post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ |