- Stage support
This commit is contained in:
parent
9f8a27fdf1
commit
36714cfe3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346677
2 changed files with 5 additions and 3 deletions
|
@ -15,12 +15,9 @@ APVER= 3.2
|
|||
APREV= 0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix pkgconfig
|
||||
|
||||
PLIST_SUB+= APVER="${APVER}"
|
||||
MAN1= lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -34,6 +34,11 @@ lib/liblttoolbox3.la
|
|||
lib/liblttoolbox3.so
|
||||
libdata/pkgconfig/lttoolbox-%%APVER%%.pc
|
||||
%%DATADIR%%/dix.dtd
|
||||
man/man1/lt-comp.1.gz
|
||||
man/man1/lt-expand.1.gz
|
||||
man/man1/lt-proc.1.gz
|
||||
man/man1/lt-tmxcomp.1.gz
|
||||
man/man1/lt-tmxproc.1.gz
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/lttoolbox-%%APVER%%/lttoolbox
|
||||
@dirrm include/lttoolbox-%%APVER%%
|
||||
|
|
Loading…
Reference in a new issue