diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 08:20:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 08:20:31 +0800 |
commit | 4964e0244ea6da81fe1d02336a50de29a953b7dd (patch) | |
tree | b4eefb9452ab17dcc0b3a12986760af8abf3c730 | |
parent | 3c2619c31cc3703179261ecd44687bd71bb59cf5 (diff) | |
download | marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.tar marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.tar.gz marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.tar.bz2 marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.tar.lz marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.tar.xz marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.tar.zst marcuscom-ports-4964e0244ea6da81fe1d02336a50de29a953b7dd.zip |
Fix the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7638 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/Terminal/Makefile | 5 | ||||
-rw-r--r-- | x11/Terminal/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 2c0012cfc..cac962667 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -3,11 +3,12 @@ # Whom: Matt Lancereau <ports@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/Terminal/Makefile,v 1.1 2006/10/02 20:55:56 ahze Exp $ +# PORTNAME= Terminal PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://download.berlios.de/xfce-goodies/ diff --git a/x11/Terminal/pkg-plist b/x11/Terminal/pkg-plist index b81391d11..c1e1fb3e1 100644 --- a/x11/Terminal/pkg-plist +++ b/x11/Terminal/pkg-plist @@ -47,6 +47,7 @@ share/applications/Terminal.desktop share/icons/hicolor/48x48/apps/Terminal.png share/icons/hicolor/scalable/apps/Terminal.svg share/pixmaps/terminal.xpm +@dirrmtry share/pixmaps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor |