diff options
author | murray <murray@FreeBSD.org> | 2002-01-31 15:24:27 +0800 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2002-01-31 15:24:27 +0800 |
commit | 5c6597d61ae56eeb02ca384bc547632e038a8bc1 (patch) | |
tree | d3201707fa68a07835930f68d754f9c8213db3b8 | |
parent | c7a6ed697f25ba8bab30df1f112c1cbada6d5ed8 (diff) | |
download | freebsd-ports-gnome-5c6597d61ae56eeb02ca384bc547632e038a8bc1.tar.gz freebsd-ports-gnome-5c6597d61ae56eeb02ca384bc547632e038a8bc1.tar.zst freebsd-ports-gnome-5c6597d61ae56eeb02ca384bc547632e038a8bc1.zip |
Oops. My last commit left out the 'MASTER_SITE_SUBDIR'. This fixes
the problem, and allows the port to build again.
-rw-r--r-- | devel/nasm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index 194be4e90053..864b44d828be 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -9,6 +9,7 @@ PORTNAME= nasm PORTVERSION= 0.98.21 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= murray MAINTAINER= murray@FreeBSD.org |