diff options
author | eadler <eadler@FreeBSD.org> | 2013-07-17 06:04:52 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-07-17 06:04:52 +0800 |
commit | 063365d294382d0060a646505626a0e001903aa3 (patch) | |
tree | 42f2c2ae677ac1d6483bfb74d6128b6d6debed53 /editors | |
parent | 492b6adb0959d5c5762c6f88a54af52f2c7d28f6 (diff) | |
download | freebsd-ports-gnome-063365d294382d0060a646505626a0e001903aa3.tar.gz freebsd-ports-gnome-063365d294382d0060a646505626a0e001903aa3.tar.zst freebsd-ports-gnome-063365d294382d0060a646505626a0e001903aa3.zip |
- Remove the conflicts with itself
- Move sections to pet portlint
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 97d911b8ea2b..325e3c9a8380 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -11,10 +11,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= eadler@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone -CONFLICTS= nano-2* - LICENSE= GPLv3 +CONFLICTS= nano-devel-2* + GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} |