diff options
Diffstat (limited to 'devel/libassetml')
-rw-r--r-- | devel/libassetml/Makefile | 4 | ||||
-rw-r--r-- | devel/libassetml/files/patch-configure | 11 | ||||
-rw-r--r-- | devel/libassetml/pkg-plist | 4 |
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index 64c502ec02ab..400335c2fb0f 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libassetml PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ofset @@ -31,6 +31,6 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ INFO= libassetml post-install: - @${MKDIR} ${PREFIX}/share/gnome/assetml + @${MKDIR} ${PREFIX}/share/assetml .include <bsd.port.mk> diff --git a/devel/libassetml/files/patch-configure b/devel/libassetml/files/patch-configure deleted file mode 100644 index 788ddabbd4a5..000000000000 --- a/devel/libassetml/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Dec 4 12:51:13 2003 -+++ configure Thu Dec 4 12:52:04 2003 -@@ -11645,7 +11646,7 @@ - - - cat >>confdefs.h <<_ACEOF --#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/${ASSETML_DIR}" -+#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/gnome/${ASSETML_DIR}" - _ACEOF - - diff --git a/devel/libassetml/pkg-plist b/devel/libassetml/pkg-plist index 7f12dfb114be..d40c251e75e6 100644 --- a/devel/libassetml/pkg-plist +++ b/devel/libassetml/pkg-plist @@ -10,9 +10,9 @@ share/gnome/help/libassetml/C/topic.dat share/locale/fr/LC_MESSAGES/libassetml.mo share/locale/it/LC_MESSAGES/libassetml.mo share/locale/ja/LC_MESSAGES/libassetml.mo -@exec /bin/mkdir -p %D/share/gnome/assetml +@exec /bin/mkdir -p %D/share/assetml @dirrm share/gnome/help/libassetml/C @dirrm share/gnome/help/libassetml -@unexec /bin/rmdir %D/share/gnome/assetml 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/assetml 2>/dev/null || /usr/bin/true @dirrm include/libassetml-1.0/libassetml @dirrm include/libassetml-1.0 |