diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 01:49:14 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 01:49:14 +0800 |
commit | baf9fb1e6dca5cb0644f91bfc246d74c05adaf6d (patch) | |
tree | 79015d7c3060364c390e929b73700bdb1671bfd2 /audio/aumix | |
parent | 027d3d971212865ae54cc2e21342f43f1237e0d4 (diff) | |
download | freebsd-ports-gnome-baf9fb1e6dca5cb0644f91bfc246d74c05adaf6d.tar.gz freebsd-ports-gnome-baf9fb1e6dca5cb0644f91bfc246d74c05adaf6d.tar.zst freebsd-ports-gnome-baf9fb1e6dca5cb0644f91bfc246d74c05adaf6d.zip |
Support stage
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index e54246a5c2dd..631396baa6c1 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -23,10 +23,11 @@ CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -MAN1= aumix.1 xaumix.1 mute.1 PLIST_DIRS= share/aumix -PLIST_FILES= bin/aumix bin/mute bin/xaumix +PLIST_FILES= bin/aumix bin/mute bin/xaumix \ + man/man1/aumix.1.gz \ + man/man1/xaumix.1.gz \ + man/man1/mute.1.gz .for ii in ansi aumix.xpm fadein.set fadeout.set vt100 xterm PLIST_FILES+= share/aumix/${ii} .endfor |