diff options
author | danfe <danfe@FreeBSD.org> | 2006-01-21 12:40:55 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-01-21 12:40:55 +0800 |
commit | 552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1 (patch) | |
tree | 02b9e14a1c0dad4d404b02a63d4eb880e2b7ec1b | |
parent | 12d795e5ae863648e71c9159da76de4a577645aa (diff) | |
download | freebsd-ports-gnome-552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1.tar.gz freebsd-ports-gnome-552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1.tar.zst freebsd-ports-gnome-552a077b0e6ba4db52af8bd5c5c2dc15f23e77c1.zip |
Reindent group of lines in preparation for next commit.
-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 8bdf7c9753dd..37e3b460ac0a 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 \ |