diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-11 10:03:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-11 10:03:45 +0000 |
commit | 00bda700bcc5bf1222cffd023f08f3490ea99a26 (patch) | |
tree | 8a2e261b7f54c50876022629c0f414a3a9c87274 /x11/evilvte | |
parent | adca18a930ac2e29a3187e0d23bc49de0bb9262f (diff) | |
download | ports-00bda700bcc5bf1222cffd023f08f3490ea99a26.tar.gz ports-00bda700bcc5bf1222cffd023f08f3490ea99a26.zip |
Notes
Diffstat (limited to 'x11/evilvte')
-rw-r--r-- | x11/evilvte/Makefile | 10 | ||||
-rw-r--r-- | x11/evilvte/pkg-plist | 32 |
2 files changed, 30 insertions, 12 deletions
diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile index 6c61e7e71228..d68f2754bb2b 100644 --- a/x11/evilvte/Makefile +++ b/x11/evilvte/Makefile @@ -11,16 +11,12 @@ MASTER_SITES= http://www.calno.com/${PORTNAME}/ \ MAINTAINER= aragon@phat.za.net COMMENT= A VTE based, super lightweight terminal emulator -USES= pkgconfig +USES= pkgconfig gmake USE_XZ= yes -USE_GMAKE= yes HAS_CONFIGURE= yes ALL_TARGET= evilvte USE_GNOME= vte -MAN1= evilvte.1 showvte.1 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 @@ -47,7 +43,7 @@ post-patch: .endif post-install: - ${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.post.mk> diff --git a/x11/evilvte/pkg-plist b/x11/evilvte/pkg-plist index 7d352a2f57bc..b9e35401bad7 100644 --- a/x11/evilvte/pkg-plist +++ b/x11/evilvte/pkg-plist @@ -1,7 +1,9 @@ bin/evilvte bin/showvte +man/man1/evilvte.1.gz +man/man1/showvte.1.gz share/applications/evilvte.desktop -share/pixmaps/evilvte.png +share/gnome-control-center/default-apps/evilvte.xml share/icons/hicolor/16x16/apps/evilvte.png share/icons/hicolor/20x20/apps/evilvte.png share/icons/hicolor/22x22/apps/evilvte.png @@ -14,12 +16,32 @@ share/icons/hicolor/64x64/apps/evilvte.png share/icons/hicolor/72x72/apps/evilvte.png share/icons/hicolor/96x96/apps/evilvte.png share/icons/hicolor/scalable/apps/evilvte.svg -share/gnome-control-center/default-apps/evilvte.xml -@dirrmtry share/pixmaps -@dirrmtry share/icons/hicolor/20x20/apps -@dirrmtry share/icons/hicolor/20x20 +share/pixmaps/evilvte.png +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/96x96/apps +@dirrmtry share/icons/hicolor/96x96 +@dirrmtry share/icons/hicolor/72x72/apps +@dirrmtry share/icons/hicolor/72x72 +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor/40x40/apps @dirrmtry share/icons/hicolor/40x40 +@dirrmtry share/icons/hicolor/36x36/apps +@dirrmtry share/icons/hicolor/36x36 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/20x20/apps +@dirrmtry share/icons/hicolor/20x20 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/gnome-control-center/default-apps +@dirrmtry share/gnome-control-center |