diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-11 20:08:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-11 20:08:51 +0800 |
commit | 3fbe134b36d51376a2fe534b57c74f61fce567ce (patch) | |
tree | db5df70b577438b79b00b080639348ae4832259f /audio/rioutil/Makefile | |
parent | daa184b3fea88233a432450eff4c984a71d1c485 (diff) | |
download | freebsd-ports-gnome-3fbe134b36d51376a2fe534b57c74f61fce567ce.tar.gz freebsd-ports-gnome-3fbe134b36d51376a2fe534b57c74f61fce567ce.tar.zst freebsd-ports-gnome-3fbe134b36d51376a2fe534b57c74f61fce567ce.zip |
- Correct pkg-plist - don't use absolute pathnames there;
- don't install useless .la file;
- use libgnugetopt in rioutil(1).
Diffstat (limited to 'audio/rioutil/Makefile')
-rw-r--r-- | audio/rioutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 1047c2f9df5e..ace8fe104472 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -17,9 +17,9 @@ LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_GMAKE= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes MAN1= rioutil.1 -INSTALLS_SHLIB= yes .include <bsd.port.mk> |