Index: head/sysutils/env4801/Makefile =================================================================== --- head/sysutils/env4801/Makefile (revision 561336) +++ head/sysutils/env4801/Makefile (revision 561337) @@ -1,41 +1,36 @@ # Created by: Patrick M. Hausen (pmh@hausen.com) # $FreeBSD$ PORTNAME= env4801 PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://phk.freebsd.dk/soekris/env4801/ DISTFILES= Makefile env4801.c DIST_SUBDIR= env4801 MAINTAINER= pmh@hausen.com COMMENT= Output the voltages and temperatures of a Soekris Net4801 computer ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} -MK_MAN= no PLIST_FILES= sbin/env4801 etc/rc.d/env4801.sh SUB_FILES= env4801.sh pkg-message OPTIONS_DEFINE= STATIC OPTIONS_DEFAULT= STATIC STATIC_DESC= Build a statically linked executable -.include - -post-patch: -.if ! ${PORT_OPTIONS:MSTATIC} +post-patch-STATIC-off: @${REINPLACE_CMD} -e '/-static/d' ${WRKSRC}/Makefile -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKDIR}/env4801.sh ${STAGEDIR}${PREFIX}/etc/rc.d .include Index: head/sysutils/env4801/files/patch-Makefile =================================================================== --- head/sysutils/env4801/files/patch-Makefile (nonexistent) +++ head/sysutils/env4801/files/patch-Makefile (revision 561337) @@ -0,0 +1,11 @@ +--- Makefile.orig 2021-01-12 14:27:18 UTC ++++ Makefile +@@ -2,7 +2,7 @@ PROG= env4801 + + WARNS?= 3 + +-NO_MAN= sorry ++MAN= + + #CFLAGS += -fno-builtin-ffs + Property changes on: head/sysutils/env4801/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property