diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:31:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:31:40 +0000 |
commit | c9250fda95a098d4568901133d142bf10bd43d73 (patch) | |
tree | a10244bff5c28860d332047ff6aa11b68c20ffa8 /devel/libsoup-gnome/Makefile | |
parent | eafcfff4e73797d789db1d8ca800b7f922ac6bd2 (diff) | |
download | ports-c9250fda95a098d4568901133d142bf10bd43d73.tar.gz ports-c9250fda95a098d4568901133d142bf10bd43d73.zip |
Notes
Diffstat (limited to 'devel/libsoup-gnome/Makefile')
-rw-r--r-- | devel/libsoup-gnome/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/libsoup-gnome/Makefile b/devel/libsoup-gnome/Makefile index 3f94b3c1300a..dedc48f04bef 100644 --- a/devel/libsoup-gnome/Makefile +++ b/devel/libsoup-gnome/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libsoup-gnome/Makefile,v 1.1 2010/06/05 21:11:10 kwm Exp $ +# $MCom: ports/devel/libsoup-gnome/Makefile,v 1.3 2011/06/06 17:50:29 kwm Exp $ # PORTREVISION= 1 @@ -14,16 +14,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME wrapper for libsoup MASTERDIR= ${.CURDIR}/../libsoup -#BUILD_WRKSRC= ${WRKSRC}/gsf-gnome -#INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist SOUP_SLAVE= yes -#post-install: -# @${MKDIR} ${PREFIX}/libdata/pkgconfig -# @${INSTALL_DATA} ${WRKSRC}/libsoup-gnome-2.4.pc \ -# ${PREFIX}/libdata/pkgconfig/ - .include "${MASTERDIR}/Makefile" |