diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-02-01 04:30:54 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-02-01 04:30:54 +0800 |
commit | 001b102c3a147b79bde95e57d0b42d40fea265b7 (patch) | |
tree | e3a70986023460ab699e2c7c8ca8a901df60b89d /games | |
parent | cb21d6964b77a0dc2c8edad9a8e401c8502fb84e (diff) | |
download | freebsd-ports-gnome-001b102c3a147b79bde95e57d0b42d40fea265b7.tar.gz freebsd-ports-gnome-001b102c3a147b79bde95e57d0b42d40fea265b7.tar.zst freebsd-ports-gnome-001b102c3a147b79bde95e57d0b42d40fea265b7.zip |
- Set PORTSCOUT
- Use DESKTOPDIR
Diffstat (limited to 'games')
-rw-r--r-- | games/epiar/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/epiar/Makefile b/games/epiar/Makefile index 8d6db3011d17..3f0377baed8d 100644 --- a/games/epiar/Makefile +++ b/games/epiar/Makefile @@ -38,9 +38,12 @@ PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS +# Wrong versioning upstream +PORTSCOUT= ignore:1 + post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ - ${STAGEDIR}${PREFIX}/share/applications/ + ${STAGEDIR}${DESKTOPDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |