diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
commit | b973644bcbfd79872769f77a71634c994f6b80b3 (patch) | |
tree | 86608c027bdfa8b80143daa5c659cf76127d45ab /audio/libao | |
parent | 8e61676603396b4127d8e017319161c32e1e859b (diff) | |
download | FreeBSD-ports-b973644bcbfd79872769f77a71634c994f6b80b3.zip FreeBSD-ports-b973644bcbfd79872769f77a71634c994f6b80b3.tar.gz |
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 3f35629..46eb6d7 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtool:15 WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir="${PREFIX}/man" INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) |