diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-04 07:38:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-04 07:38:41 +0800 |
commit | 44cce0c4c21bdf03c7894606d91e910461e7bbaa (patch) | |
tree | 81136338b86bf9f9ca884ba807a6628ba0a4eed6 /comms/tits | |
parent | a9dd0eabfae8b9097f199b1d5e92ff53d5cffe99 (diff) | |
download | freebsd-ports-gnome-44cce0c4c21bdf03c7894606d91e910461e7bbaa.tar.gz freebsd-ports-gnome-44cce0c4c21bdf03c7894606d91e910461e7bbaa.tar.zst freebsd-ports-gnome-44cce0c4c21bdf03c7894606d91e910461e7bbaa.zip |
remove USE_REINPLACE for all ports with categories starting with C
Diffstat (limited to 'comms/tits')
-rw-r--r-- | comms/tits/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index cfaa4bbfd13f..ca456c921764 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://www.mctavish.co.uk/tits/ MAINTAINER= mich@FreeBSD.org COMMENT= A server which provides telnet(1) access to one or more tty ports -USE_REINPLACE= yes MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man MAN8= tits.8 |