diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-24 09:18:59 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-24 09:18:59 +0800 |
commit | 8561ccd16baa1209a2ee0ed114ed978f8c5aef9a (patch) | |
tree | d0b7986d3404e37cab6dbdc4560d41467f84199c /audio | |
parent | 6022166c52b9ad9e5c47105ff38965eb834c2de8 (diff) | |
download | freebsd-ports-gnome-8561ccd16baa1209a2ee0ed114ed978f8c5aef9a.tar.gz freebsd-ports-gnome-8561ccd16baa1209a2ee0ed114ed978f8c5aef9a.tar.zst freebsd-ports-gnome-8561ccd16baa1209a2ee0ed114ed978f8c5aef9a.zip |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nas/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index b98ce1e37b86..10bad83d00c6 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -7,6 +7,7 @@ PORTNAME= nas PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF EXTRACT_SUFX= .src.tar.gz @@ -38,7 +39,9 @@ post-configure: post-install: @${CAT} ${PKGMESSAGE} -.include "Makefile.man" +.ifndef(NOPORTDOCS) +. include "Makefile.man" +.endif .if ${ARCH} == "sparc64" FPIC= -fPIC |