1
0
forked from ports/contrib

geany: Fixed man path.

This commit is contained in:
Jose V Beneyto 2008-04-15 11:44:20 +02:00
parent 8e63a1217b
commit 7861d248a2
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,9 @@ drwxr-xr-x root/root usr/lib/geany/
-rwxr-xr-x root/root usr/lib/geany/htmlchars.so
-rwxr-xr-x root/root usr/lib/geany/vcdiff.la
-rwxr-xr-x root/root usr/lib/geany/vcdiff.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/geany.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/geany.desktop
@ -73,8 +76,5 @@ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-other.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-struct.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-var.png
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/geany.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/geany.png

View File

@ -12,6 +12,7 @@ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-vte \
--enable-plugins
make