diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 13:22:00 +0000 |
commit | 08436d780099b5b9549d412fe146fb0733c19412 (patch) | |
tree | 57c7b4356218a4d97ed53fd405be7ef822e2bde2 /comms/sredird/Makefile | |
parent | fb93fc598bb9a507e903e91a8cbb0f991b4067ba (diff) | |
download | ports-08436d780099b5b9549d412fe146fb0733c19412.tar.gz ports-08436d780099b5b9549d412fe146fb0733c19412.zip |
Notes
Diffstat (limited to 'comms/sredird/Makefile')
-rw-r--r-- | comms/sredird/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/sredird/Makefile b/comms/sredird/Makefile index 2265795298da..727969802e10 100644 --- a/comms/sredird/Makefile +++ b/comms/sredird/Makefile @@ -8,12 +8,13 @@ PORTNAME= sredird PORTVERSION= 1.1.7 CATEGORIES= comms -MASTER_SITES= http://metalab.unc.edu/pub/Linux/system/serial/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/serial MAINTAINER= sobomax@FreeBSD.org do-build: - ${CC} ${CFLAGS} -g -Wall -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c + ${CC} ${CFLAGS} -Wall -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sredird ${PREFIX}/libexec |