diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 15:39:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 15:39:46 +0800 |
commit | 3b9256690e88180e546cc15930b335386dd881c6 (patch) | |
tree | d14544aedcf6ba70f238cb06d10974195d9ec854 | |
parent | 5bbfc86f8bd100da397edd18d0d08bab35c59e6c (diff) | |
download | freebsd-ports-gnome-3b9256690e88180e546cc15930b335386dd881c6.tar.gz freebsd-ports-gnome-3b9256690e88180e546cc15930b335386dd881c6.tar.zst freebsd-ports-gnome-3b9256690e88180e546cc15930b335386dd881c6.zip |
- Stage support
-rw-r--r-- | audio/dvda-author/Makefile | 3 | ||||
-rw-r--r-- | audio/dvda-author/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile index 25d7f7f67723..39fcd7ebd5a7 100644 --- a/audio/dvda-author/Makefile +++ b/audio/dvda-author/Makefile @@ -18,13 +18,10 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libpng15.so:${PORTSDIR}/graphics/png -MAN1= dvda-author.1 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/FLAC -NO_STAGE= yes USE_AUTOTOOLS= libltdl USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/audio/dvda-author/pkg-plist b/audio/dvda-author/pkg-plist index 45740f12a5a6..fccecb307740 100644 --- a/audio/dvda-author/pkg-plist +++ b/audio/dvda-author/pkg-plist @@ -6,3 +6,4 @@ share/pixmaps/dvda-author.png %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/dvda-author-09.05.html %%PORTDOCS%%@dirrm %%DOCSDIR%% +man/man1/dvda-author.1.gz |