diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portsnap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile index dacdc016369c..b97666d66047 100644 --- a/ports-mgmt/portsnap/Makefile +++ b/ports-mgmt/portsnap/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256 .endif .if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 ) -IGNORE= portsnap now contained in the base system +IGNORE= is now contained in the base system .endif MAN5= portsnap.conf.5 |