diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
commit | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (patch) | |
tree | b17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators/libdsk | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) | |
download | ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.tar.gz ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.zip |
Notes
Diffstat (limited to 'emulators/libdsk')
-rw-r--r-- | emulators/libdsk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/libdsk/Makefile b/emulators/libdsk/Makefile index f75c193ba927..57a7023cb5f9 100644 --- a/emulators/libdsk/Makefile +++ b/emulators/libdsk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdsk -# Date created: 31 January 2008 -# Whom: pixel -# +# Created by: pixel # $FreeBSD$ -# PORTNAME= libdsk PORTVERSION= 1.2.1 @@ -23,4 +19,5 @@ MAN5= libdskrc.5 NO_MANCOMPRESSED=yes +NO_STAGE= yes .include <bsd.port.mk> |