1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Drop unneeded *FLAGS

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-01-13 09:45:07 +00:00
parent d96c331da1
commit 53493722f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406028

View File

@ -16,8 +16,7 @@ USES= autoreconf iconv
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lusb
LDFLAGS+= -lusb
PLIST_FILES= bin/ifp man/man1/ifp.1.gz
PORTDOCS= NEWS README TIPS nonroot.sh
@ -31,6 +30,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ifp ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ifp.1 ${STAGEDIR}${MANPREFIX}/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})