diff options
Diffstat (limited to 'converters/siconv/Makefile')
-rw-r--r-- | converters/siconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/siconv/Makefile b/converters/siconv/Makefile index 0f926d2fa3fd..69f363d89add 100644 --- a/converters/siconv/Makefile +++ b/converters/siconv/Makefile @@ -17,6 +17,8 @@ COMMENT= Convert data from one character set to another LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +PLIST_FILES= bin/siconv + do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -liconv |