diff options
Diffstat (limited to 'comms')
-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 |