diff options
Diffstat (limited to 'converters/fconv/Makefile')
-rw-r--r-- | converters/fconv/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile index 422f432bc677..c42eb4a27980 100644 --- a/converters/fconv/Makefile +++ b/converters/fconv/Makefile @@ -6,17 +6,11 @@ # PORTNAME= fconv -PORTVERSION= 0.1 +PORTVERSION= 1.1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= chris MAINTAINER= chris@FreeBSD.org -post-install: - strip ${PREFIX}/bin/dos2bsd - strip ${PREFIX}/bin/bsd2dos - strip ${PREFIX}/bin/mac2bsd - strip ${PREFIX}/bin/bsd2mac - .include <bsd.port.mk> |