mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Support stage
This commit is contained in:
parent
027d3d9712
commit
baf9fb1e6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337577
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue