diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-01-01 19:34:14 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-01-01 19:34:14 +0000 |
commit | c9e7df7fbc526a46cc880e8f40f329801d81114d (patch) | |
tree | 53273fe3eaa23aadf0f9a8407a4ce80ddd581549 /audio/gqmpeg | |
parent | Remove the option for enabling flock-locks. flock-locks don't exist anymore (diff) |
Fix typo (DATATDIR -> DATADIR)
PR: ports/46640
Submitted by: maintainer, marius@alchemy.franken.de
Notes
Notes:
svn path=/head/; revision=72086
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index e105bd3eb205..625faecf1313 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -39,7 +39,7 @@ MAN1= gqmpeg.1 USE_GNOME+= gnomeprefix gnomelibs PKGNAMESUFFIX= -gnome CONFIGURE_ENV+= USE_GNOME="yes" -PLIST_SUB+= DATATDIR="share/gnome" +PLIST_SUB+= DATADIR="share/gnome" .else CONFIGURE_ENV+= USE_GNOME="" PLIST_SUB+= DATADIR="share" |