diff options
author | knu <knu@FreeBSD.org> | 2002-01-17 02:34:58 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-17 02:34:58 +0800 |
commit | 45dbd1b10c9c3bc129238d99730f4ba13b1eea52 (patch) | |
tree | ba931ea76f86743c15a0ca4c83d5bf355ca6e36e /devel | |
parent | 0e5b94f5428f1cd4096592e90c3db0faa7c664b9 (diff) | |
download | freebsd-ports-gnome-45dbd1b10c9c3bc129238d99730f4ba13b1eea52.tar.gz freebsd-ports-gnome-45dbd1b10c9c3bc129238d99730f4ba13b1eea52.tar.zst freebsd-ports-gnome-45dbd1b10c9c3bc129238d99730f4ba13b1eea52.zip |
Make white-space cleanups to satisfy portlint.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw-bin-msvcrt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile index d017298cb189..ff8e5c1a4a62 100644 --- a/devel/mingw-bin-msvcrt/Makefile +++ b/devel/mingw-bin-msvcrt/Makefile @@ -11,14 +11,13 @@ PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mingw -PKGNAMEPREFIX= mingw- +PKGNAMEPREFIX= mingw- DISTFILES= mingw-runtime-${PORTVERSION}${EXTRACT_SUFX} \ w32api-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= mingw MAINTAINER= doc@hisio.safenet.pl - NO_MTREE= yes NO_WRKSUBDIR= yes |