diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:52:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:52:24 +0800 |
commit | 4c1cee313fc49c77baec3d1d30b90bbed1968599 (patch) | |
tree | bd459d4d39f95a58c502f6bb2c0cc5cc8ef1b1a7 /deskutils/easystroke | |
parent | ee1d6bae4416da57464b0aeccdd390487ce50a18 (diff) | |
download | freebsd-ports-gnome-4c1cee313fc49c77baec3d1d30b90bbed1968599.tar.gz freebsd-ports-gnome-4c1cee313fc49c77baec3d1d30b90bbed1968599.tar.zst freebsd-ports-gnome-4c1cee313fc49c77baec3d1d30b90bbed1968599.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with d)
Approved by: portmgr (bdrewery)
Diffstat (limited to 'deskutils/easystroke')
-rw-r--r-- | deskutils/easystroke/Makefile | 5 | ||||
-rw-r--r-- | deskutils/easystroke/pkg-plist | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 8e174ebc2957..0db050b48ff6 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -44,17 +44,12 @@ pre-build: .endif do-install: - @${MKDIR} ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - @${MKDIR} ${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/ - @${MKDIR} ${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/ - @${MKDIR} ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MNLS} - @${MKDIR} ${PREFIX}/share/locale/ (cd ${WRKSRC}/po/ && \ ${COPYTREE_SHARE} \* ${PREFIX}/share/locale/ "-name *.mo") .endif diff --git a/deskutils/easystroke/pkg-plist b/deskutils/easystroke/pkg-plist index 7c077602d066..569c8a884ee4 100644 --- a/deskutils/easystroke/pkg-plist +++ b/deskutils/easystroke/pkg-plist @@ -18,4 +18,3 @@ share/pixmaps/easystroke.svg %%NLS%%share/locale/cs/LC_MESSAGES/easystroke.mo share/applications/easystroke.desktop bin/easystroke -@dirrmtry share/applications |