diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 8af622d79bc8..4317e2c1bdc4 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -11,19 +11,18 @@ MAINTAINER= jharris@widomaker.com COMMENT= Utility to determine file type LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-fsect-man5 -MAKE_ENV+= INSTALL_STRIP_FLAG="${STRIP}" +CONFIGURE_ARGS= --enable-fsect-man5 +MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" +TEST_TARGET= check CONFLICTS= tct-[0-9]* -check regression-test test: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check - post-patch: @${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \ ${WRKSRC}/configure diff --git a/sysutils/file/pkg-descr b/sysutils/file/pkg-descr index c5b6760edcef..24a7456c3a56 100644 --- a/sysutils/file/pkg-descr +++ b/sysutils/file/pkg-descr @@ -7,4 +7,4 @@ tests, performed in the following order: The first test that succeeds causes the file type to be printed. -WWW: http://darwinsys.com/file +WWW: http://darwinsys.com/file/