mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
fix plist issue
Pointed out by: riggs
This commit is contained in:
parent
b28e22c143
commit
9c6327592e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359813
2 changed files with 27 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= c-unit
|
PORTNAME= c-unit
|
||||||
DISTVERSION= 1.1.1
|
DISTVERSION= 1.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
|
|
||||||
|
@ -18,6 +19,9 @@ USES= gmake libtool pathfix
|
||||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
DATADIR= ${PREFIX}/share/CUnit
|
||||||
|
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
|
||||||
|
|
||||||
AUTOMAKE_ARGS= --add-missing
|
AUTOMAKE_ARGS= --add-missing
|
||||||
LIBTOOLIZE_ARGS=--copy --force --install
|
LIBTOOLIZE_ARGS=--copy --force --install
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
PATHFIX_MAKEFILEIN= Makefile.am
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
include/CUnit/Automated.h
|
%%AUT%%include/CUnit/Automated.h
|
||||||
include/CUnit/Basic.h
|
%%BAS%%include/CUnit/Basic.h
|
||||||
|
%%CON%%include/CUnit/Console.h
|
||||||
|
%%CUR%%include/CUnit/CUCurses.h
|
||||||
include/CUnit/CUError.h
|
include/CUnit/CUError.h
|
||||||
include/CUnit/CUnit.h
|
include/CUnit/CUnit.h
|
||||||
include/CUnit/Console.h
|
|
||||||
include/CUnit/MyMem.h
|
include/CUnit/MyMem.h
|
||||||
include/CUnit/TestDB.h
|
include/CUnit/TestDB.h
|
||||||
include/CUnit/TestRun.h
|
include/CUnit/TestRun.h
|
||||||
|
@ -12,11 +13,23 @@ lib/libcunit.so
|
||||||
lib/libcunit.so.1
|
lib/libcunit.so.1
|
||||||
lib/libcunit.so.1.0.1
|
lib/libcunit.so.1.0.1
|
||||||
man/man3/CUnit.3.gz
|
man/man3/CUnit.3.gz
|
||||||
share/CUnit/CUnit-List.dtd
|
%%DATADIR%%/CUnit-List.dtd
|
||||||
share/CUnit/CUnit-List.xsl
|
%%DATADIR%%/CUnit-List.xsl
|
||||||
share/CUnit/CUnit-Run.dtd
|
%%DATADIR%%/CUnit-Run.dtd
|
||||||
share/CUnit/CUnit-Run.xsl
|
%%DATADIR%%/CUnit-Run.xsl
|
||||||
share/CUnit/Memory-Dump.dtd
|
%%DATADIR%%/Memory-Dump.dtd
|
||||||
share/CUnit/Memory-Dump.xsl
|
%%DATADIR%%/Memory-Dump.xsl
|
||||||
|
%%ITE%%%%DATADIR%%/Test/test_cunit
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Automated/AutomatedTest
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Automated/README
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/BasicTest
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/README
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Console/ConsoleTest
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Console/README
|
||||||
@dirrmtry include/CUnit
|
@dirrmtry include/CUnit
|
||||||
@dirrmtry share/CUnit
|
%%ITE%%@dirrmtry %%DATADIR%%/Test
|
||||||
|
@dirrmtry %%DATADIR%%
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Automated
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Basic
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/Console
|
||||||
|
%%EXA%%%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue