diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 10:37:33 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 10:37:33 +0000 |
commit | 9270aaf24c2088620933fd42584e7765c439ea20 (patch) | |
tree | 52a68bd7b8b72c7be9ce467c4bb8a5874a5e66cb /devel/libbonobo/Makefile | |
parent | 85b66e33cf4b51cc193339be6649394072eb2f3e (diff) | |
download | FreeBSD-ports-9270aaf24c2088620933fd42584e7765c439ea20.zip FreeBSD-ports-9270aaf24c2088620933fd42584e7765c439ea20.tar.gz |
Backout previos change (creation of share/gnome2 dir) - I've forgot that
for this port PREFIX == LOCALBASE, not X11BASE.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 392003d..c3b3772 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -31,7 +31,4 @@ pre-patch: 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g' -post-install: - @${MKDIR} ${PREFIX}/share/gnome2 - .include <bsd.port.mk> |