diff options
author | danfe <danfe@FreeBSD.org> | 2006-01-21 04:40:55 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-01-21 04:40:55 +0000 |
commit | 552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1 (patch) | |
tree | 02b9e14a1c0dad4d404b02a63d4eb880e2b7ec1b /audio/libgpod/Makefile | |
parent | 12d795e5ae863648e71c9159da76de4a577645aa (diff) | |
download | FreeBSD-ports-552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1.zip FreeBSD-ports-552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1.tar.gz |
Reindent group of lines in preparation for next commit.
Diffstat (limited to 'audio/libgpod/Makefile')
-rw-r--r-- | audio/libgpod/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 8bdf7c9..37e3b46 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= gtkpod MAINTAINER= danfe@FreeBSD.org COMMENT= A library for direct access of iPod's contents -USE_GETTEXT= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_GETTEXT= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-extract: @${REINPLACE_CMD} -e \ |