diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 21:55:21 +0000 | 
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 21:55:21 +0000 | 
| commit | 1405ed0828c537c019e550ba877ba30bff6b420d (patch) | |
| tree | ae8453425b35d783d25f52bd75fc887546bbf8ce | |
| parent | Stage support (diff) | |
Stage support
Notes
Notes:
    svn path=/head/; revision=337924
| -rw-r--r-- | audio/ripperx/Makefile | 2 | ||||
| -rw-r--r-- | audio/ripperx/pkg-plist | 1 | 
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index b501e72378b9..395ad969b51b 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -17,8 +17,6 @@ RUN_DEPENDS=	cdparanoia:${PORTSDIR}/audio/cdparanoia  GNU_CONFIGURE=	yes  CFLAGS+=	-L${LOCALBASE}/lib  USES=		gmake pathfix pkgconfig -NO_STAGE=	yes  USE_GNOME=	gtk20 -MAN1=		ripperX.1  .include <bsd.port.mk> diff --git a/audio/ripperx/pkg-plist b/audio/ripperx/pkg-plist index 78381a8751cd..11d7b6e9b332 100644 --- a/audio/ripperx/pkg-plist +++ b/audio/ripperx/pkg-plist @@ -14,3 +14,4 @@ bin/ripperX_plugin-toolame  bin/ripperX_plugin-musepack  bin/ripperX_plugin_tester  libdata/pkgconfig/ripperX.pc +man/man1/ripperX.1.gz  | 
