diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:50:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:50:43 +0800 |
commit | ee1d6bae4416da57464b0aeccdd390487ce50a18 (patch) | |
tree | 09a4daa60fb0df0d02cc71fde3ce28c73fd1caf5 /astro/roadnav | |
parent | e0fba3f853dc2f0026588d4e97c867ddc0d89d07 (diff) | |
download | freebsd-ports-gnome-ee1d6bae4416da57464b0aeccdd390487ce50a18.tar.gz freebsd-ports-gnome-ee1d6bae4416da57464b0aeccdd390487ce50a18.tar.zst freebsd-ports-gnome-ee1d6bae4416da57464b0aeccdd390487ce50a18.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
Diffstat (limited to 'astro/roadnav')
-rw-r--r-- | astro/roadnav/Makefile | 3 | ||||
-rw-r--r-- | astro/roadnav/pkg-plist | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/astro/roadnav/Makefile b/astro/roadnav/Makefile index 3e1f0edcff77..6a4edf331592 100644 --- a/astro/roadnav/Makefile +++ b/astro/roadnav/Makefile @@ -26,9 +26,6 @@ PORTDOCS= * .include <bsd.port.pre.mk> -pre-su-install: - @${MKDIR} ${PREFIX}/share/applications - post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in diff --git a/astro/roadnav/pkg-plist b/astro/roadnav/pkg-plist index 19c6f40441c9..cd2d671d737e 100644 --- a/astro/roadnav/pkg-plist +++ b/astro/roadnav/pkg-plist @@ -146,4 +146,3 @@ share/pixmaps/roadnav.png @dirrm %%DATADIR%%/skins/Default-Day @dirrm %%DATADIR%%/skins @dirrm %%DATADIR%% -@dirrmtry share/applications |