diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-08 00:48:59 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-08 00:48:59 +0000 |
commit | 6368aa495d90168aad250057c6a1886ff83f6333 (patch) | |
tree | 19032c02bec6671d6752e0d51177c674a7945540 /devel/atlas-devel | |
parent | Unbreak, pkg-plist was fixed in graphics/jumpgis (diff) |
use gnomehack instead of own REINPLACE_CMD to fix the pkgconfig location
Notes
Notes:
svn path=/head/; revision=134820
Diffstat (limited to 'devel/atlas-devel')
-rw-r--r-- | devel/atlas-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index cbab977fcd5e..8fb6e6ea09c2 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -16,20 +16,15 @@ DISTNAME= ${PORTNAME}-C++-${PORTVERSION} MAINTAINER= jannisan@t-online.de COMMENT= A C++ reference implementation of the Atlas protocol -USE_REINPLACE= YES USE_LIBTOOL_VER=15 GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_GCC= 3.4 USE_BZIP2= YES +USE_GNOME= gnomehack CONFIGURE_ARGS+=--program-transform-name= -post-patch: - @${REINPLACE_CMD} -e '\ - s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |